SqlBatchCommand.CommandBehavior プロパティ

定義

ステートメントの実行とデータ取得に対するオプションを指定する CommandBehavior 値の 1 つ。

public:
 property System::Data::CommandBehavior CommandBehavior { System::Data::CommandBehavior get(); void set(System::Data::CommandBehavior value); };
public System.Data.CommandBehavior CommandBehavior { get; set; }
member this.CommandBehavior : System.Data.CommandBehavior with get, set
Public Property CommandBehavior As CommandBehavior

プロパティ値

適用対象