Поделиться через


Класс SfcConnection

Abstract class from which SqlStoreConnection is derived. Represents a connection to a server.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public MustInherit Class SfcConnection _
    Implements ISfcConnection
'Применение
Dim instance As SfcConnection
public abstract class SfcConnection : ISfcConnection
public ref class SfcConnection abstract : ISfcConnection
[<AbstractClassAttribute>]
type SfcConnection =  
    class 
        interface ISfcConnection 
    end
public abstract class SfcConnection implements ISfcConnection

Тип SfcConnection обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод SfcConnection Initializes a new instance of the SfcConnection class.

В начало

Свойства

  Имя Описание
Открытое свойство ConnectionType Gets the SQL Server service type of the connection.
Открытое свойство ConnectTimeout Gets or sets the connection time-out period in seconds.
Открытое свойство IsForceDisconnected Gets a value indicating whether the connection has been forcibly disconnected.
Открытое свойство IsOpen Gets a value indicating whether the connection is open.
Открытое свойство ServerInstance Gets or sets the name of the target server.
Открытое свойство ServerVersion Gets or sets the SQL Server version of the target server.
Открытое свойство StatementTimeout Gets or sets the number of seconds a statement is given to run before failing with a time-out error.

В начало

Методы

  Имя Описание
Открытый метод Connect Connects to the target server.
Открытый метод Copy Copies the connection object.
Открытый метод Disconnect Disconnects from the target server.
Открытый метод Equals(Object) (Производный от Object.)
Открытый метод Equals(SfcConnection) Determines whether the specified connection object is equal to the current connection object.
Защищенный метод Finalize (Производный от Object.)
Открытый метод ForceDisconnected Enforces a server disconnect and ensures that connection cannot be re-opened again.
Открытый метод GetHashCode Returns the hash code for this connection. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToEnumeratorObject Returns an enumerator object.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc