Groups
Create, update, delete, and query Groups from SharePoint.
テーブル固有の情報
Insert
このテーブルに挿入するにはName、DefaultLogin、およびOwnerLogin 列が必要です。
UserName 疑似列を使用するには、ユーザーのLoginName に値を設定する必要があります。Users テーブルにクエリすることでLoginName を取得できます。
Columns
| Name | Type | ReadOnly | Description |
| Name# [KEY] | String | False |
The name of the group. |
| Description# | String | False |
A description of the group. |
| OwnerLogin# | String | False |
The user name of the owner of the group. This value should be in the format DOMAIN\\username. |
| OwnerType# | String | False |
The type of owner. User or group. |
| DefaultLogin# | String | False |
The user name of the default user for the group. This value should be in the format DOMAIN\\username. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| UserName | String |
The logical name of the user to return groups for. Specify this value on the SELECT statement to return only groups the specified User is in. |