SoapPayload.IsSqlBatchesEnabled プロパティ

sqlbatch メソッドを使用したアドホック クエリの実行が可能かどうかを示す Boolean プロパティを取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsSqlBatchesEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As SoapPayload 
Dim value As Boolean 

value = instance.IsSqlBatchesEnabled

instance.IsSqlBatchesEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSqlBatchesEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSqlBatchesEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSqlBatchesEnabled : bool with get, set
function get IsSqlBatchesEnabled () : boolean 
function set IsSqlBatchesEnabled (value : boolean)

プロパティ値

型: System.Boolean
sqlbatch メソッドを使用したアドホック クエリの実行が可能かどうかを示す Boolean 値です。True の場合、sqlbatch メソッドを使用したアドホック クエリの実行が可能です。False (既定値) の場合、アドホック クエリは実行できません。

使用例

エンドポイントの実装

関連項目

参照

SoapPayload クラス

Microsoft.SqlServer.Management.Smo 名前空間