Partager via


Méthode DecodeSqlName (String)

Decodes the specified SQL Server identifier Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function DecodeSqlName ( _
    name As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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