Método EscapeSquote
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 EscapeSquote ( _
value As String _
) As String
'Uso
Dim value As String
Dim returnValue As String
returnValue = SfcSecureString.EscapeSquote(value)
public static string EscapeSquote(
string value
)
public:
static String^ EscapeSquote(
String^ value
)
static member EscapeSquote :
value:string -> string
public static function EscapeSquote(
value : String
) : String
Parâmetros
- value
Tipo: System. . :: . .String
A string that represents the Value.
Valor de retorno
Tipo: System. . :: . .String
A String that needs to be escaped.