Metodo EnumObject.GetAliasPropertyName
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
Protected Friend Function GetAliasPropertyName ( _
prop As String _
) As String
'Utilizzo
Dim prop As String
Dim returnValue As String
returnValue = Me.GetAliasPropertyName(prop)
protected internal string GetAliasPropertyName(
string prop
)
protected public:
String^ GetAliasPropertyName(
String^ prop
)
member GetAliasPropertyName :
prop:string -> string
function GetAliasPropertyName(
prop : String
) : String
Parametri
- prop
Tipo: System.String
The property of the object.
Valore restituito
Tipo: System.String
A string that represents the property name of the object.