GeneralSetCommand.CommandType Property

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.

See Also

Reference

GeneralSetCommand Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace