Méthode | Description | |
---|---|---|
Connection ( IConnectionInformation connectionInfo, SqlServerMessageQueueTransportOptions options ) : System |
Initializes a new instance of the Connection class.
|
|
CreateCommand ( ) : |
Creates a SQL command object from the current connection and sets the transaction if one is present.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Méthode | Description | |
---|---|---|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
public Connection ( IConnectionInformation connectionInfo, SqlServerMessageQueueTransportOptions options ) : System | ||
connectionInfo | IConnectionInformation | The connection information. |
options | SqlServerMessageQueueTransportOptions | The options. |
Résultat | System |
public CreateCommand ( ) : |
||
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |