Compartilhar via


Método EnumObject.GetAliasPropertyName

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

EnumObject Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc