Compartir a través de


EnumObject.GetAliasPropertyName Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Friend Function GetAliasPropertyName ( _
    prop As String _
) As String
'Uso
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

Parámetros

Valor devuelto

Tipo: System.String
A string that represents the property name of the object.

Vea también

Referencia

EnumObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc