다음을 통해 공유


MSMQConn Class

Contains the methods and properties used by MSMQ connections. It has been defined with the DtsConnection attribute, DtsConnectionAttribute.

네임스페이스: Microsoft.SqlServer.Dts.ManagedConnections
어셈블리: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

구문

‘선언
<DtsConnectionAttribute(LocalizationType:=GetType(MSMQConn), ConnectionType:="MSMQ", ConnectionContact:="Microsoft Corporation", UITypeName:="Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")> _
Public Class MSMQConn
    Inherits ConnectionManagerBase
    Implements IDTSComponentPersist
[DtsConnectionAttribute(LocalizationType=typeof(MSMQConn), ConnectionType="MSMQ", ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public class MSMQConn : ConnectionManagerBase, IDTSComponentPersist
[DtsConnectionAttribute(LocalizationType=typeof(MSMQConn), ConnectionType=L"MSMQ", ConnectionContact=L"Microsoft Corporation", UITypeName=L"Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public ref class MSMQConn : public ConnectionManagerBase, IDTSComponentPersist
/** @attribute DtsConnectionAttribute(LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.MSMQConn, ConnectionType="MSMQ", ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") */ 
public class MSMQConn extends ConnectionManagerBase implements IDTSComponentPersist
DtsConnectionAttribute(LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.MSMQConn, ConnectionType="MSMQ", ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") 
public class MSMQConn extends ConnectionManagerBase implements IDTSComponentPersist

Inheritance Hierarchy

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

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

MSMQConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace