QueryDefinition.CommandType Özelliği
Alır veya sorgu için komut türünü ayarlar.
Ad Alanı: ReportService2006
Derleme: ReportService2006 (ReportService2006 içinde.dll)
Sözdizimi
'Bildirim
Public Property CommandType As String
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.String
A dize değeri sorgu için komut türü içerir.