Właściwość QueryDefinition.CommandType
Pobiera lub ustawia typ polecenia dla kwerendy.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.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.