Classe SqlStoreConnection
Represents a connection to an instance of SQL Server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Class SqlStoreConnection _
Inherits SfcConnection
'Uso
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
O tipo SqlStoreConnection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SqlStoreConnection | Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionType | Gets a value indicating whether the database server is part of a multi-server administration matrix. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.ConnectionType.) | |
ConnectTimeout | Gets or sets the timeout interval, in seconds. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.ConnectTimeout.) | |
IsForceDisconnected | Gets a value indicating whether the connection has been forcibly disconnected. (Herdado de SfcConnection.) | |
IsOpen | Gets a value indicating whether the connection is currently open. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.IsOpen.) | |
ServerConnection | Gets the Server Connection for the SqlStoreConnection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
ServerInstance | Gets or sets the name of the server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.ServerInstance.) | |
ServerVersion | Gets the version number of the connected server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.ServerVersion.) | |
StatementTimeout | Gets or sets the number of seconds a statement is given to run before failing with a time-out error. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.StatementTimeout.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Connect | Attempts to connect to the server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.Connect().) | |
Copy | Returns a copy of the server connection object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.Copy().) | |
Disconnect | Attempts to disconnect from the server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.Disconnect().) | |
Equals(Object) | (Herdado de Object.) | |
Equals(SfcConnection) | Determines whether the specified server connection is equal to the current SqlStoreConnection object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.Equals(SfcConnection).) | |
Finalize | (Herdado de Object.) | |
ForceDisconnected | Enforces a server disconnect and ensures that connection cannot be re-opened again. (Herdado de SfcConnection.) | |
GetHashCode | Returns the hash code for this instance. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui SfcConnection.GetHashCode().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToEnumeratorObject | Returns an enumerator object. (Substitui SfcConnection.ToEnumeratorObject().) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.