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 | |
---|---|---|
SfcConnection | Initializes a new instance of the SfcConnection class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Connect | Connects to the target server. | |
Copy | Copies the connection object. | |
Disconnect | Disconnects from the target server. | |
Equals(Object) | Ereditato da Object. | |
Equals(SfcConnection) | Determines whether the specified connection object is equal to the current connection object. | |
Finalize | Ereditato da Object. | |
ForceDisconnected | Enforces a server disconnect and ensures that connection cannot be re-opened again. | |
GetHashCode | Returns the hash code for this connection. Esegue l'override di Object. . :: . .GetHashCode() () () (). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToEnumeratorObject | Returns an enumerator object. | |
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.