Share via


IWmiDataReaderTask.WqlQuerySourceType Property

This API supports the 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 WqlQuerySourceType As QuerySourceType
    Get
    Set
'Usage
Dim instance As IWmiDataReaderTask
Dim value As QuerySourceType

value = instance.WqlQuerySourceType

instance.WqlQuerySourceType = value
QuerySourceType WqlQuerySourceType { get; set; }
property QuerySourceType WqlQuerySourceType {
    QuerySourceType get ();
    void set (QuerySourceType value);
}
abstract WqlQuerySourceType : QuerySourceType with get, set
function get WqlQuerySourceType () : QuerySourceType
function set WqlQuerySourceType (value : QuerySourceType)