Classe SqlStoreConnection
Represents a connection to an instance of SQL Server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL 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 Class SqlStoreConnection _
Inherits SfcConnection
'Utilizzo
Dim instance As SqlStoreConnection
public class SqlStoreConnection : SfcConnection
public ref class SqlStoreConnection : public SfcConnection
type SqlStoreConnection =
class
inherit SfcConnection
end
public class SqlStoreConnection extends SfcConnection
Nel tipo SqlStoreConnection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SqlStoreConnection | Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ConnectionType | Gets a value indicating whether the database server is part of a multi-server administration matrix. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.ConnectionType. | |
ConnectTimeout | Gets or sets the timeout interval, in seconds. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.ConnectTimeout. | |
IsForceDisconnected | Gets a value indicating whether the connection has been forcibly disconnected. Ereditato da SfcConnection. | |
IsOpen | Gets a value indicating whether the connection is currently open. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.IsOpen. | |
ServerConnection | Gets the Server Connection for the SqlStoreConnection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
ServerInstance | Gets or sets the name of the server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.ServerInstance. | |
ServerVersion | Gets the version number of the connected server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.ServerVersion. | |
StatementTimeout | Gets or sets the number of seconds a statement is given to run before failing with a time-out error. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.StatementTimeout. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Connect | Attempts to connect to the server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.Connect(). | |
Copy | Returns a copy of the server connection object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.Copy(). | |
Disconnect | Attempts to disconnect from the server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.Disconnect(). | |
Equals(Object) | Ereditato da Object. | |
Equals(SfcConnection) | Determines whether the specified server connection is equal to the current SqlStoreConnection object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.Equals(SfcConnection). | |
Finalize | Ereditato da Object. | |
ForceDisconnected | Enforces a server disconnect and ensures that connection cannot be re-opened again. Ereditato da SfcConnection. | |
GetHashCode | Returns the hash code for this instance. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di SfcConnection.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToEnumeratorObject | Returns an enumerator object. Esegue l'override di SfcConnection.ToEnumeratorObject(). | |
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.