Поделиться через


WMIConn Class

Contains the methods and properties used by WMI connections.

Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

Синтаксис

'Декларация
<DtsConnectionAttribute(ConnectionType:="WMI", LocalizationType:=GetType(WMIConn), ConnectionContact:="Microsoft Corporation", UITypeName:="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")> _
Public Class WMIConn
    Inherits ConnectionManagerBase
    Implements IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType="WMI", LocalizationType=typeof(WMIConn), ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public class WMIConn : ConnectionManagerBase, IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType=L"WMI", LocalizationType=typeof(WMIConn), ConnectionContact=L"Microsoft Corporation", UITypeName=L"Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public ref class WMIConn : public ConnectionManagerBase, IDTSComponentPersist
/** @attribute DtsConnectionAttribute(ConnectionType="WMI", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.WMIConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") */ 
public class WMIConn extends ConnectionManagerBase implements IDTSComponentPersist
DtsConnectionAttribute(ConnectionType="WMI", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.WMIConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") 
public class WMIConn extends ConnectionManagerBase implements IDTSComponentPersist

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase
      Microsoft.SqlServer.Dts.ManagedConnections.WMIConn

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

WMIConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace