この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定した属性およびメッセージ ヘッダーを使用して、AttributeChangeRequest クラスの新しいインスタンスを作成します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
International As International, _
Attribute As MetadataAttribute _
)
'使用
Dim International As International
Dim Attribute As MetadataAttribute
Dim instance As New AttributeChangeRequest(International, _
Attribute)
public AttributeChangeRequest(
International International,
MetadataAttribute Attribute
)
public:
AttributeChangeRequest(
International^ International,
MetadataAttribute^ Attribute
)
new :
International:International *
Attribute:MetadataAttribute -> AttributeChangeRequest
public function AttributeChangeRequest(
International : International,
Attribute : MetadataAttribute
)
パラメーター
- International
型: Microsoft.MasterDataServices.International
マスター データ属性です。その ID とデータ値も含まれます。
- Attribute
型: Microsoft.MasterDataServices.MetadataAttribute
各種言語のメッセージ ヘッダーのデータ コントラクトです。