다음을 통해 공유


SystemProperties 필드

The system properties to return in the response.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public SystemProperties As Collection(Of SystemPropertyValue)
‘사용 방법
Dim instance As SystemPropertiesGetResponse
Dim value As Collection(Of SystemPropertyValue)

value = instance.SystemProperties

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