Udostępnij za pośrednictwem


Właściwość QueryDefinition.CommandType

Pobiera lub ustawia typ polecenia dla kwerendy.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property CommandType As String
    Get
    Set
'Użycie
Dim instance As QueryDefinition
Dim value As String

value = instance.CommandType

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

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera typ poleceń dla kwerendy.