GeneralSetCommand.CommandType プロパティ
コマンドの種類を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property CommandType As GeneralSetCommandType
Get
Set
'使用
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);
}
member CommandType : GeneralSetCommandType with get, set
function get CommandType () : GeneralSetCommandType
function set CommandType (value : GeneralSetCommandType)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType
コマンドの種類。