Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly : Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)
Sintassi
'Dichiarazione
Public Property WqlQuerySourceType As QuerySourceType
public QuerySourceType WqlQuerySourceType { get; set; }
public:
virtual property QuerySourceType WqlQuerySourceType {
QuerySourceType get () sealed;
void set (QuerySourceType value) sealed;
}
/** @property */
public final QuerySourceType get_WqlQuerySourceType ()
/** @property */
public final void set_WqlQuerySourceType (QuerySourceType value)
public final function get WqlQuerySourceType () : QuerySourceType
public final function set WqlQuerySourceType (value : QuerySourceType)
Valore proprietà
A QuerySourceType value. The default is DirectInput.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
WmiEventWatcherTask Class
WmiEventWatcherTask Members
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace