Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
This property supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado: Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)
Sintaxis
'Declaración
Property WmiConnection As String
string WmiConnection { get; set; }
property String^ WmiConnection {
String^ get ();
void set (String^ value);
}
/** @property */
String get_WmiConnection ()
/** @property */
void set_WmiConnection (String value)
function get WmiConnection () : String
function set WmiConnection (value : String)
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IWmiEventWatcherTask Interface
IWmiEventWatcherTask Members
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace