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
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- SystemProperties
型: System.Collections.ObjectModel.Collection<SystemPropertyValue>%
このメソッドが戻るとき、システムに関する不変プロパティが含まれています。このパラメーターは初期化せずに渡されます。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。