Compartir a través de


SfcSqlPathUtilities.DecodeSqlName Método (String)

Decodes the specified SQL Server identifier 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
Public Shared Function DecodeSqlName ( _
    name As String _
) As String
'Uso
Dim name As String 
Dim returnValue As String 

returnValue = SfcSqlPathUtilities.DecodeSqlName(name)
public static string DecodeSqlName(
    string name
)
public:
static String^ DecodeSqlName(
    String^ name
)
static member DecodeSqlName : 
        name:string -> string
public static function DecodeSqlName(
    name : String
) : String

Parámetros

Valor devuelto

Tipo: System.String
The original SQL Server identifier with the PowerShell encoding removed.

Vea también

Referencia

SfcSqlPathUtilities Clase

Sobrecarga de DecodeSqlName

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