次の方法で共有


SystemDomainListGetResponse.SystemDomainLists フィールド

応答で返されるシステム ドメイン リストの配列。

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

構文

'宣言
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public SystemDomainLists As Collection(Of SystemDomainList)
'使用
Dim instance As SystemDomainListGetResponse
Dim value As Collection(Of SystemDomainList)

value = instance.SystemDomainLists

instance.SystemDomainLists = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public Collection<SystemDomainList> SystemDomainLists
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
Collection<SystemDomainList^>^ SystemDomainLists
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable SystemDomainLists: Collection<SystemDomainList>
public var SystemDomainLists : Collection<SystemDomainList>

関連項目

参照

SystemDomainListGetResponse クラス

Microsoft.MasterDataServices 名前空間