SqlStoreConnection Class

Definition

This class is a connection to a Sql Server.

public class SqlStoreConnection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
type SqlStoreConnection = class
    inherit SfcConnection
Public Class SqlStoreConnection
Inherits SfcConnection
Inheritance
SqlStoreConnection

Constructors

SqlStoreConnection(SqlConnection)
SqlStoreConnection(SqlConnection)

Properties

ConnectionType
ConnectTimeout
IsForceDisconnected (Inherited from SfcConnection)
IsOpen
ServerConnection
ServerInstance
ServerVersion
StatementTimeout

Methods

Connect()
Copy()

Performs a deep copy

Disconnect()
Equals(SfcConnection)
ForceDisconnected() (Inherited from SfcConnection)
GetHashCode()
ToEnumeratorObject()

Applies to