Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the command type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CommandType As GeneralSetCommandType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType
The command type.