다음을 통해 공유


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 네임스페이스