Свойство GeneralSetCommand.CommandType

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.

См. также

Справочник

GeneralSetCommand Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom