Méthode SfcTsqlProcFormatter.SqlString

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function SqlString ( _
    value As String _
) As String
'Utilisation
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

Paramètres

  • value
    Type : System.String
    A string that represents the Value.

Valeur de retour

Type : System.String
The string value of the Sql.

Voir aussi

Référence

SfcTsqlProcFormatter Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc