StatementBuilder.GetSqlNoPrefixPostfix メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetSqlNoPrefixPostfix As String
'使用
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

戻り値

型: System.String
プレフィックスとポストフィックスを除いた残りの SQL ステートメントです。

関連項目

参照

StatementBuilder クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間