SystemPropertiesGetResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
応答で返されるシステム プロパティ。