Dela via


StatementBuilder.GetSqlNoPrefixPostfix Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Return Value

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