言語

SystemPropertiesGetResponse コンストラクター

定義

SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
SystemPropertiesGetResponse()

デフォルト値を持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

指定された操作結果とシステムプロパティのリストを持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

SystemPropertiesGetResponse()

デフォルト値を持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

public:
 SystemPropertiesGetResponse();
public SystemPropertiesGetResponse();
Public Sub New ()

適用対象

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

指定された操作結果とシステムプロパティのリストを持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

public:
 SystemPropertiesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemPropertyValue ^> ^ SystemProperties);
public SystemPropertiesGetResponse(Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> SystemProperties);
new Microsoft.MasterDataServices.SystemPropertiesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Sub New (OperationResult As OperationResult, SystemProperties As Collection(Of SystemPropertyValue))

パラメーター

OperationResult
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

SystemProperties
Collection<SystemPropertyValue>

応答で返すシステムプロパティ。

適用対象