JDBC Driver for Microsoft SharePoint

Build 23.0.8839

Groups

Creates, updates, deletes, and queries Groups from SharePoint.

テーブル固有の情報

Insert

このテーブルに挿入するにはNameDefaultLogin、および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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839