SqlConnectionInfoWithConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public sealed class SqlConnectionInfoWithConnection : Microsoft.SqlServer.Management.Common.SqlConnectionInfo, IDisposable, Microsoft.SqlServer.Management.Common.IRestrictedAccess
[<System.Serializable>]
type SqlConnectionInfoWithConnection = class
inherit SqlConnectionInfo
interface IDisposable
interface IRestrictedAccess
Public NotInheritable Class SqlConnectionInfoWithConnection
Inherits SqlConnectionInfo
Implements IDisposable, IRestrictedAccess
- Inheritance
-
SqlConnectionInfoWithConnection
- Attributes
- Implements
Constructors
Fields
NoTimeOut | (Inherited from SqlOlapConnectionInfoBase) |
Properties
Methods
ConnectionParmsChanged() | (Inherited from SqlOlapConnectionInfoBase) |
Copy() |
Deep copy |
CreateConnectionObject() |
Returns a new IDbConnection implementation. Callers should use this object and release the reference to it in a short amount of time, as the associated access token may have a limited lifetime. (Inherited from SqlConnectionInfo) |
Dispose() | |
ToString() | (Inherited from SqlConnectionInfo) |
Events
ConnectionClosed |