Dela via


GeneralSetCommand.CommandType Property

Gets or sets the command type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property CommandType As GeneralSetCommandType
'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);
}
public function get CommandType () : GeneralSetCommandType 
public function set CommandType (value : GeneralSetCommandType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.GeneralSetCommandType
Returns a GeneralSetCommandType enumeration value.

.NET Framework Security

See Also

Reference

GeneralSetCommand Class

GeneralSetCommand Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace