IWmiDataReaderTask.WqlQuerySource Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the source of the WQL query to be executed by the task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado: Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)
Sintaxis
'Declaración
Property WqlQuerySource As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The source of the WQL query.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask