AttributeChangeResponse.DeprecatedAttributeName 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the deprecated attribute name.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String 
    Get 
    Set
用法
Dim instance As AttributeChangeResponse 
Dim value As String 

value = instance.DeprecatedAttributeName

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

属性值

类型:System.String
The deprecated attribute name.

请参阅

参考

AttributeChangeResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间