Méthode StatementBuilder.GetSqlNoPrefixPostfix

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 Function GetSqlNoPrefixPostfix As String
'Utilisation
Dim instance As StatementBuilder 
Dim returnValue As String 

returnValue = instance.GetSqlNoPrefixPostfix()
public string GetSqlNoPrefixPostfix()
public:
String^ GetSqlNoPrefixPostfix()
member GetSqlNoPrefixPostfix : unit -> string
public function GetSqlNoPrefixPostfix() : String

Valeur de retour

Type : System.String
The remaining sql statement without prefix and postfix.

Voir aussi

Référence

StatementBuilder Classe

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