MSMQConn Class

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

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)

Syntax

'Declaration
<DtsConnectionAttribute(LocalizationType := GetType(MSMQConn), ConnectionType := "MSMQ",  _
    ConnectionContact := "Microsoft Corporation", UITypeName := "Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")> _
Public Class MSMQConn _
    Inherits ConnectionManagerBase _
    Implements IDTSComponentPersist
'Usage
Dim instance As MSMQConn
[DtsConnectionAttribute(LocalizationType = typeof(MSMQConn), ConnectionType = "MSMQ", 
    ConnectionContact = "Microsoft Corporation", UITypeName = "Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=10.0.0.0, 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=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public ref class MSMQConn : public ConnectionManagerBase, 
    IDTSComponentPersist
[<DtsConnectionAttribute(LocalizationType = typeof(MSMQConn), ConnectionType = "MSMQ", 
    ConnectionContact = "Microsoft Corporation", UITypeName = "Microsoft.DataTransformationServices.Design.MsmqConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")>]
type MSMQConn =  
    class
        inherit ConnectionManagerBase
        interface IDTSComponentPersist
    end
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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.