GeneralSetCommand.CommandType プロパティ

コマンドの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property CommandType As GeneralSetCommandType
'使用
Dim instance As GeneralSetCommand
Dim value As GeneralSetCommandType

value = instance.CommandType

instance.CommandType = value
public GeneralSetCommandType CommandType { get; set; }
public:
property GeneralSetCommandType CommandType {
    GeneralSetCommandType get ();
    void set (GeneralSetCommandType value);
}
public function get CommandType () : GeneralSetCommandType
public function set CommandType (value : GeneralSetCommandType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.GeneralSetCommandType
GeneralSetCommandType 列挙値を返します。

参照

参照

GeneralSetCommand クラス

GeneralSetCommand メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間