Gets or sets the command type.
命名空间: 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
The command type.