言語

AttributeChangeRequest コンストラクター

定義

AttributeChangeRequest クラスの新しいインスタンスを作成します。

オーバーロード

名前 説明
AttributeChangeRequest()

AttributeChangeRequest クラスの新しいインスタンスを作成します。

AttributeChangeRequest(International, MetadataAttribute)

指定された属性とメッセージヘッダーを持つ新しい AttributeChangeRequest クラスのインスタンスを作成します。

AttributeChangeRequest()

AttributeChangeRequest クラスの新しいインスタンスを作成します。

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

適用対象

AttributeChangeRequest(International, MetadataAttribute)

指定された属性とメッセージヘッダーを持つ新しい AttributeChangeRequest クラスのインスタンスを作成します。

public:
 AttributeChangeRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataAttribute ^ Attribute);
public AttributeChangeRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataAttribute Attribute);
new Microsoft.MasterDataServices.AttributeChangeRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataAttribute -> Microsoft.MasterDataServices.AttributeChangeRequest
Public Sub New (International As International, Attribute As MetadataAttribute)

パラメーター

International
International

マスターデータ属性、その識別やデータ値が含まれます。

Attribute
MetadataAttribute

国際メッセージヘッダーのデータ契約。

適用対象