StatementBuilder.SqlPostfix プロパティ
ポストフィックス ステートメントを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property SqlPostfix As String
Get
'使用
Dim instance As StatementBuilder
Dim value As String
value = instance.SqlPostfix
public string SqlPostfix { get; }
public:
property String^ SqlPostfix {
String^ get ();
}
member SqlPostfix : string
function get SqlPostfix () : String
プロパティ値
型: System.String
ポストフィックス ステートメントです。