Compartir a través de


GetAliasString Método

Assigns a value for the Alias string. 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 Function GetAliasString ( _
    str As String _
) As String
'Uso
Dim str As String
Dim returnValue As String

returnValue = Me.GetAliasString(str)
protected string GetAliasString(
    string str
)
protected:
String^ GetAliasString(
    String^ str
)
member GetAliasString : 
        str:string -> string 
protected function GetAliasString(
    str : String
) : String

Parámetros

Valor devuelto

Tipo: System. . :: . .String
The Alias string value to get.