Método SfcSqlPathUtilities.EncodeSqlName
Encodes the specified SQL Server identifier. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function EncodeSqlName ( _
name As String _
) As String
'Uso
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
Parâmetros
- name
Tipo: System.String
The SQL Server identifier to encode.
Valor de retorno
Tipo: System.String
The SQL Server identifier encoded so that it will work in PowerShell paths.