SfcTsqlProcFormatter.SqlString Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Shared Function SqlString ( _
value As String _
) As String
'Uso
Dim value As String
Dim returnValue As String
returnValue = SfcTsqlProcFormatter.SqlString(value)
public static string SqlString(
string value
)
public:
static String^ SqlString(
String^ value
)
static member SqlString :
value:string -> string
public static function SqlString(
value : String
) : String
Parámetros
- value
Tipo: System.String
A string that represents the Value.
Valor devuelto
Tipo: System.String
The string value of the Sql.