Compartilhar via


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
Método público 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
Propriedade pública 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.)
Propriedade pública 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.)
Propriedade pública IsForceDisconnected Gets a value indicating whether the connection has been forcibly disconnected. (Herdado de SfcConnection.)
Propriedade pública 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.)
Propriedade pública ServerConnection Gets the Server Connection for the SqlStoreConnection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública 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.)
Propriedade pública 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.)
Propriedade pública 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
Método público 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().)
Método público 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().)
Método público 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().)
Método público Equals(Object) (Herdado de Object.)
Método público 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).)
Método protegido Finalize (Herdado de Object.)
Método público ForceDisconnected Enforces a server disconnect and ensures that connection cannot be re-opened again. (Herdado de SfcConnection.)
Método público 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().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToEnumeratorObject Returns an enumerator object. (Substitui SfcConnection.ToEnumeratorObject().)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc