次の方法で共有


GroupType 列挙体

セキュリティ グループの種類 (ソース) を指定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataContractAttribute(Name := "GroupType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration GroupType
'使用
Dim instance As GroupType
[DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum GroupType
[DataContractAttribute(Name = L"GroupType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class GroupType
[<DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type GroupType
public enum GroupType

メンバー

メンバー名 説明
ActiveDirectoryGroup グループは Active Directory で定義されています。
InternalGroup グループは内部です。
LocalGroup グループはローカル コンピューターで定義されています。
None グループの種類は指定されていません。
OtherGroup グループの種類は不明です。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間