다음을 통해 공유


CommandType 속성

The command type.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property CommandType As CommandTypes
    Get
    Set
‘사용 방법
Dim instance As QueryBase
Dim value As CommandTypes

value = instance.CommandType

instance.CommandType = value
public CommandTypes CommandType { get; set; }
public:
property CommandTypes CommandType {
    CommandTypes get ();
    void set (CommandTypes value);
}
member CommandType : CommandTypes with get, set
function get CommandType () : CommandTypes
function set CommandType (value : CommandTypes)