다음을 통해 공유


ServiceClient.SystemPropertiesGet 메서드

Retrieves the immutable properties about the system.

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

구문

‘선언
Public Function SystemPropertiesGet ( _
    International As International, _
    <OutAttribute> ByRef SystemProperties As Collection(Of SystemPropertyValue) _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim SystemProperties As Collection(Of SystemPropertyValue)
Dim returnValue As OperationResult

returnValue = instance.SystemPropertiesGet(International, _
    SystemProperties)
public OperationResult SystemPropertiesGet(
    International International,
    out Collection<SystemPropertyValue> SystemProperties
)
public:
OperationResult^ SystemPropertiesGet(
    International^ International, 
    [OutAttribute] Collection<SystemPropertyValue^>^% SystemProperties
)
member SystemPropertiesGet : 
        International:International * 
        SystemProperties:Collection<SystemPropertyValue> byref -> OperationResult
public function SystemPropertiesGet(
    International : International, 
    SystemProperties : Collection<SystemPropertyValue>
) : OperationResult

매개 변수

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스