AttributeChangeRequest.Attribute 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the attribute.
命名空間: 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
The attribute.