Metodo DecodeSqlName (String)
Decodes the specified SQL Server identifier Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function DecodeSqlName ( _
name As String _
) As String
'Utilizzo
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
Parametri
- name
Tipo: System. . :: . .String
The SQL Server identifier to decode.
Valore restituito
Tipo: System. . :: . .String
The original SQL Server identifier with the PowerShell encoding removed.
Vedere anche