Proprietà PropertiesRequest.PropertyAlias

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property PropertyAlias As PropertyAlias 
    Get 
    Set
'Utilizzo
Dim instance As PropertiesRequest 
Dim value As PropertyAlias 

value = instance.PropertyAlias

instance.PropertyAlias = value
public PropertyAlias PropertyAlias { get; set; }
public:
property PropertyAlias^ PropertyAlias {
    PropertyAlias^ get ();
    void set (PropertyAlias^ value);
}
member PropertyAlias : PropertyAlias with get, set
function get PropertyAlias () : PropertyAlias 
function set PropertyAlias (value : PropertyAlias)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
The property name that has alias.

Vedere anche

Riferimento

PropertiesRequest Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc