Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the WQL query source type.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Property WqlQuerySourceType As QuerySourceType
Get
Set
'Usage
Dim instance As IWmiEventWatcherTask
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.QuerySourceType
A QuerySourceType value.