언어

WMIConn 클래스

정의

WMI 연결에서 사용되는 메서드와 속성을 포함하고 있습니다.

public ref class WMIConn : Microsoft::SqlServer::Dts::Runtime::ConnectionManagerBase, Microsoft::SqlServer::Dts::Runtime::IDTSComponentPersist
[Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public class WMIConn : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase, Microsoft.SqlServer.Dts.Runtime.IDTSComponentPersist
[Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public class WMIConn : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase, Microsoft.SqlServer.Dts.Runtime.IDTSComponentPersist
[Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public class WMIConn : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase, Microsoft.SqlServer.Dts.Runtime.IDTSComponentPersist
[<Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")>]
type WMIConn = class
    inherit ConnectionManagerBase
    interface IDTSComponentPersist
[<Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")>]
type WMIConn = class
    inherit ConnectionManagerBase
    interface IDTSComponentPersist
[<Microsoft.SqlServer.Dts.Runtime.DtsConnection(ConnectionContact="Microsoft Corporation", ConnectionType="WMI", LocalizationType=typeof(Microsoft.SqlServer.Dts.ManagedConnections.WMIConn), UITypeName="Microsoft.DataTransformationServices.Design.WmiConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")>]
type WMIConn = class
    inherit ConnectionManagerBase
    interface IDTSComponentPersist
Public Class WMIConn
Inherits ConnectionManagerBase
Implements IDTSComponentPersist
상속
특성
구현

생성자

Name Description
WMIConn()

WMIConn 클래스의 새로운 인스턴스를 초기화합니다.

WMIConn(Boolean, String, String, String, String)

WMIConn 클래스의 새로운 인스턴스를 초기화하여 인증 모드, 사용자 이름, 비밀번호, 서버, 네임스페이스를 초기화합니다.

WMIConn(Boolean, String, String)

WMIConn 클래스의 새로운 인스턴스를 초기화하여 인증 모드, 사용자 이름, 비밀번호를 초기화합니다.

WMIConn(String, String)

WMIConn 클래스의 새로운 인스턴스를 초기화하여 WMI 서버 이름과 네임스페이스를 초기화합니다.

속성

Name Description
AccessTokenProvider

연결을 획득할 때 사용하는 액세스 토큰 제공자를 획득하거나 설정합니다.

(다음에서 상속됨 ConnectionManagerBase)
ConnectionDescription

WMI 연결의 연결 관리자 설명을 받아요.

ConnectionDisplayName

연결의 현지화된 표시명을 반환합니다.

ConnectionString

WMI 연결의 연결 문자열을 받거나 설정합니다.

Namespace

WMI 네임스페이스를 받거나 설정합니다.

Password

Windows 인증을 사용하지 않는다면 연결 비밀번호를 설정해 줍니다.

ProtectionLevel

열거를 사용하여 DTSProtectionLevel 연결이 민감한 정보를 어떻게 제어하는지 강제하는 값을 얻거나 설정합니다.

(다음에서 상속됨 ConnectionManagerBase)
Scope

ConnectionManagerBase 객체에 대해 DTS 연결 관리자 범위를 얻습니다.

(다음에서 상속됨 ConnectionManagerBase)
ServerName

연결할 서버 이름을 WMI 연결로 설정하거나 설정합니다.

SupportsDTCTransactions

연결이 Microsoft Distributed Transaction Coordinator(MS DTC) 트랜잭션을 지원하는지 나타내는 불리언을 반환합니다.

(다음에서 상속됨 ConnectionManagerBase)
TargetServerVersion

WMI 연결에서 사용되는 메서드와 속성을 포함하고 있습니다.

(다음에서 상속됨 ConnectionManagerBase)
UserName

Windows 인증을 사용하지 않는다면 연결의 사용자 이름을 받거나 설정합니다.

UseWindowsAuth

Windows 인증이 사용되었는지 나타내는 불리언을 받거나 설정합니다.

Version

이 연결 관리자 버전을 반환합니다.

(다음에서 상속됨 ConnectionManagerBase)

메서드

Name Description
AcquireConnection(Object)

WMI 연결을 설정하고 연결 객체를 반환합니다.

CanUpdate(String)

연결 관리자가 연결 XML을 최신 버전으로 업그레이드하는 것을 지원하는지 결정하는 불리언을 받거나 설정합니다.

(다음에서 상속됨 ConnectionManagerBase)
Equals(Object)

두 개체 인스턴스가 같은지 여부를 확인합니다.

(다음에서 상속됨 DtsObject)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 DtsObject)
LoadFromXML(XmlElement, IDTSInfoEvents)

이 메서드는 애플리케이션 코드로는 호출할 수 없습니다. .xml저장된 패키지를 불러오려면 다음 LoadPackage(String, IDTSEvents) 메서드를 사용하세요.

ReleaseConnection(Object)

. 동안 생성된 AcquireConnection(Object)연결을 해제합니다. 설계 시점과 실행 시점에 호출되었습니다.

(다음에서 상속됨 ConnectionManagerBase)
SaveToXML(XmlDocument, IDTSInfoEvents)

이 메서드는 애플리케이션 코드로는 호출할 수 없습니다. 패키지를 .xml로 저장하려면 다음 SaveToXml(String, Package, IDTSEvents) 방법을 사용하세요.

SetQualifier(String)

연결 관리자가 생성된 후, 실행 전에 연결 관리자의 자식자를 변경합니다.

(다음에서 상속됨 ConnectionManagerBase)
Update(String)

이전 버전의 연결 관리자가 유지한 XML을 업데이트합니다.

(다음에서 상속됨 ConnectionManagerBase)
Validate(IDTSInfoEvents)

연결을 검증하고 성공 또는 실패를 나타내는 열거 항목을 반환합니다.

(다음에서 상속됨 ConnectionManagerBase)

적용 대상