WqlQuerySource-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Property WqlQuerySource As String
Get
Set
'Usage
Dim instance As IWmiEventWatcherTask
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)