次の方法で共有


AttributeChangeRequest.Attribute プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

属性を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property Attribute As MetadataAttribute 
    Get 
    Set
'使用
Dim instance As AttributeChangeRequest 
Dim value As MetadataAttribute 

value = instance.Attribute

instance.Attribute = value
[MessageBodyMemberAttribute]
public MetadataAttribute Attribute { get; set; }
[MessageBodyMemberAttribute]
public:
property MetadataAttribute^ Attribute {
    MetadataAttribute^ get ();
    void set (MetadataAttribute^ value);
}
[<MessageBodyMemberAttribute>]
member Attribute : MetadataAttribute with get, set
function get Attribute () : MetadataAttribute 
function set Attribute (value : MetadataAttribute)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.MetadataAttribute
属性です。

関連項目

参照

AttributeChangeRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間