Aracılığıyla paylaş


MSMQConn Members

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

The following tables list the members exposed by the MSMQConn type.

Public Constructors

  Name Description
MSMQConn Overloaded. Initializes a new instance of the MSMQConn class.

Top

Public Properties

  Name Description
ms211230.pubproperty(en-US,SQL.90).gifms211230.static(en-US,SQL.90).gif ConnectionDescription Returns the localized description of the connection.
ms211230.pubproperty(en-US,SQL.90).gifms211230.static(en-US,SQL.90).gif ConnectionDisplayName Returns the localized display name of the connection.
ms211230.pubproperty(en-US,SQL.90).gif ConnectionString Overridden. Gets or sets the connection string for the MSMQ connection.
ms211230.pubproperty(en-US,SQL.90).gif Path Gets or sets the path to the files.
ms211230.pubproperty(en-US,SQL.90).gif ProtectionLevel  Gets or sets a value, by using the DTSProtectionLevel enumeration, that enforces how the connection controls sensitive information. (inherited from ConnectionManagerBase)
ms211230.pubproperty(en-US,SQL.90).gif SupportsDTCTransactions  Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (inherited from ConnectionManagerBase)
ms211230.pubproperty(en-US,SQL.90).gif Version  Returns the version of this connection manager. (inherited from ConnectionManagerBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211230.pubmethod(en-US,SQL.90).gif AcquireConnection Overridden. Establishes the MSMQ connection and returns a connection object.
ms211230.pubmethod(en-US,SQL.90).gif CanUpdate  (inherited from ConnectionManagerBase )
ms211230.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211230.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211230.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211230.pubmethod(en-US,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package that is saved as .xml to the hard drive, use the Application.LoadPackage method.
ms211230.pubmethod(en-US,SQL.90).gifms211230.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211230.pubmethod(en-US,SQL.90).gifms211230.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211230.pubmethod(en-US,SQL.90).gifms211230.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211230.pubmethod(en-US,SQL.90).gif ReleaseConnection  (inherited from ConnectionManagerBase )
ms211230.pubmethod(en-US,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms211230.pubmethod(en-US,SQL.90).gif SetQualifier  (inherited from ConnectionManagerBase )
ms211230.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms211230.pubmethod(en-US,SQL.90).gif Update  (inherited from ConnectionManagerBase )
ms211230.pubmethod(en-US,SQL.90).gif Validate  (inherited from ConnectionManagerBase )

Top

Protected Methods

  Name Description
ms211230.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms211230.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MSMQConn Class
Microsoft.SqlServer.Dts.ManagedConnections Namespace