次の方法で共有


AttributeChangeRequest コンストラクター (International, MetadataAttribute)

この 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
)

パラメーター

関連項目

参照

AttributeChangeRequest クラス

AttributeChangeRequest オーバーロード

Microsoft.MasterDataServices 名前空間