Метод EncodeSqlName
Encodes 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 EncodeSqlName ( _
name As String _
) As String
'Применение
Dim name As String
Dim returnValue As String
returnValue = SfcSqlPathUtilities.EncodeSqlName(name)
public static string EncodeSqlName(
string name
)
public:
static String^ EncodeSqlName(
String^ name
)
static member EncodeSqlName :
name:string -> string
public static function EncodeSqlName(
name : String
) : String
Параметры
- name
Тип: System. . :: . .String
The SQL Server identifier to encode.
Возвращаемое значение
Тип: System. . :: . .String
The SQL Server identifier encoded so that it will work in PowerShell paths.
См. также