Méthode DecodeSqlName (String[])
Decodes the specified SQL Server identifiers. 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 ( _
names As String() _
) As String()
'Utilisation
Dim names As String()
Dim returnValue As String()
returnValue = SfcSqlPathUtilities.DecodeSqlName(names)
public static string[] DecodeSqlName(
string[] names
)
public:
static array<String^>^ DecodeSqlName(
array<String^>^ names
)
static member DecodeSqlName :
names:string[] -> string[]
public static function DecodeSqlName(
names : String[]
) : String[]
Paramètres
- names
Type : array<System. . :: . .String> [] () [] []
An array that contains the SQL Server identifiers to decode.
Valeur de retour
Type : array<System. . :: . .String> [] () [] []
The original SQL Server identifier with the PowerShell encoding removed.