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
Nombre | Description | |
---|---|---|
MSMQConn | Overloaded. Initializes a new instance of the MSMQConn class. |
Arriba
Public Properties
Nombre | Description | |
---|---|---|
ConnectionDescription | Returns the localized description of the connection. | |
ConnectionDisplayName | Returns the localized display name of the connection. | |
ConnectionString | Overridden. Gets or sets the connection string for the MSMQ connection. | |
Path | Gets or sets the path to the files. | |
ProtectionLevel | Gets or sets a value, by using the DTSProtectionLevel enumeration, that enforces how the connection controls sensitive information. (inherited from ConnectionManagerBase) | |
SupportsDTCTransactions | Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (inherited from ConnectionManagerBase) | |
Version | Returns the version of this connection manager. (inherited from ConnectionManagerBase) |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
AcquireConnection | Overridden. Establishes the MSMQ connection and returns a connection object. | |
CanUpdate | (inherited from ConnectionManagerBase ) | |
Equals | Overloaded. (inherited from DtsObject ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
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. | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ReleaseConnection | (inherited from ConnectionManagerBase ) | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. | |
SetQualifier | (inherited from ConnectionManagerBase ) | |
ToString | (inherited from Object ) | |
Update | (inherited from ConnectionManagerBase ) | |
Validate | (inherited from ConnectionManagerBase ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
MSMQConn Class
Microsoft.SqlServer.Dts.ManagedConnections Namespace