Méthode SfcTsqlProcFormatter.SqlBracket
Indicates the SQL bracket of the SfcTsqlProcFormatter class with the specified value parameter. 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 SqlBracket ( _
value As String _
) As String
'Utilisation
Dim value As String
Dim returnValue As String
returnValue = SfcTsqlProcFormatter.SqlBracket(value)
public static string SqlBracket(
string value
)
public:
static String^ SqlBracket(
String^ value
)
static member SqlBracket :
value:string -> string
public static function SqlBracket(
value : String
) : String
Paramètres
- value
Type : System.String
A string that represents a value.
Valeur de retour
Type : System.String
The SQL bracket.