次の方法で共有


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

マスター データ属性です。その ID とデータ値も含まれます。

Attribute
MetadataAttribute

各種言語のメッセージ ヘッダーのデータ コントラクトです。

適用対象