IWmiDataReaderTask.WqlQuerySource Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Property WqlQuerySource As String
Get
Set
'Usage
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)
Property Value
Type: System.String