GeneralSetCommand.CommandType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the command type.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public GeneralSetCommandType CommandType { get; set; }
public:
property GeneralSetCommandType CommandType {
    GeneralSetCommandType get();
    void set(GeneralSetCommandType value);
}
member CommandType : GeneralSetCommandType with get, set
Public Property CommandType As GeneralSetCommandType

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType

The command type.

See Also

GeneralSetCommand Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top