Proprietà IWmiDataReaderTask.WqlQuerySource

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the source of the WQL query to be executed by the task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Sintassi

'Dichiarazione
Property WqlQuerySource As String 
    Get 
    Set
'Utilizzo
Dim instance As IWmiDataReaderTask 
Dim value As String 

value = instance.WqlQuerySource

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

Valore proprietà

Tipo: System.String
The source of the WQL query.

Vedere anche

Riferimento

IWmiDataReaderTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask