Freigeben über


StatementBuilder.GetSqlNoPrefixPostfix-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 Function GetSqlNoPrefixPostfix As String
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

StatementBuilder Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace