Condividi tramite


Classe SfcConnection

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustInherit Class SfcConnection _
    Implements ISfcConnection
'Utilizzo
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

Nel tipo SfcConnection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto SfcConnection Initializes a new instance of the SfcConnection class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionType Gets the SQL Server service type of the connection.
Proprietà pubblica ConnectTimeout Gets or sets the connection time-out period in seconds.
Proprietà pubblica IsForceDisconnected Gets a value indicating whether the connection has been forcibly disconnected.
Proprietà pubblica IsOpen Gets a value indicating whether the connection is open.
Proprietà pubblica ServerInstance Gets or sets the name of the target server.
Proprietà pubblica ServerVersion Gets or sets the SQL Server version of the target server.
Proprietà pubblica StatementTimeout Gets or sets the number of seconds a statement is given to run before failing with a time-out error.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Connect Connects to the target server.
Metodo pubblico Copy Copies the connection object.
Metodo pubblico Disconnect Disconnects from the target server.
Metodo pubblico Equals(Object) Ereditato da Object.
Metodo pubblico Equals(SfcConnection) Determines whether the specified connection object is equal to the current connection object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico ForceDisconnected Enforces a server disconnect and ensures that connection cannot be re-opened again.
Metodo pubblico GetHashCode Returns the hash code for this connection. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToEnumeratorObject Returns an enumerator object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc