Condividi tramite


Campo AttributeChangeResponse.DeprecatedAttributeName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the disapproved attribute name.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public DeprecatedAttributeName As String
'Utilizzo
Dim instance As AttributeChangeResponse
Dim value As String

value = instance.DeprecatedAttributeName

instance.DeprecatedAttributeName = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public string DeprecatedAttributeName
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
String^ DeprecatedAttributeName
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable DeprecatedAttributeName: string
public var DeprecatedAttributeName : String

Vedere anche

Riferimento

AttributeChangeResponse Classe

Spazio dei nomi Microsoft.MasterDataServices