Propriedade do RDL IWmiDataReaderTask.WqlQuerySource
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the source of the WQL query to be executed by the task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The source of the WQL query.