Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the deprecated attribute name.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The deprecated attribute name.
Vedere anche
Riferimento
AttributeChangeResponse Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts