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 命名空间