EscapeSquote-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function EscapeSquote ( _
value As String _
) As String
'Usage
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
Parameter
- value
Typ: System. . :: . .String
A string that represents the Value.
Rückgabewert
Typ: System. . :: . .String
A String that needs to be escaped.