GeneralSetCommand.CommandType 属性

获取或设置命令类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property CommandType As GeneralSetCommandType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.GeneralSetCommandType
返回一个 GeneralSetCommandType 枚举值。

.NET Framework 安全性

请参见

参考

GeneralSetCommand 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间