次の方法で共有


ServiceClient.SystemPropertiesGet メソッド

システムに関する不変プロパティを取得します。

名前空間:  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
操作の結果が格納された OperationResult オブジェクトです。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間