Метод DecodeSqlName (String)
Decodes the specified SQL Server identifier Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared Function DecodeSqlName ( _
name As String _
) As String
'Применение
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
Параметры
- name
Тип: System. . :: . .String
The SQL Server identifier to decode.
Возвращаемое значение
Тип: System. . :: . .String
The original SQL Server identifier with the PowerShell encoding removed.