Compartilhar via


Interface ISfcDomainLite

A light weight interface that exposes the basic properties of a SFC domain. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Interface ISfcDomainLite _
    Inherits ISfcHasConnection
'Uso
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =  
    interface
        interface ISfcHasConnection
    end
public interface ISfcDomainLite extends ISfcHasConnection

O tipo ISfcDomainLite expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ConnectionContext Gets the connection context mode for the connection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcHasConnection.)
Propriedade pública DomainInstanceName Gets the logical name of the domain instance. The logical name of a domain instance is usually derived from the connection and domain information. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública DomainName Gets the name of the domain. The name of the domain is used to distinguish it from other domains. The domain name is usually at the end of the namespace qualifier. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Métodos

  Nome Descrição
Método público GetConnection() () () () Gets the server connection to the backing storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcHasConnection.)
Método público GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcHasConnection.)
Método público GetLogicalVersion Gets the logical version. The logical version indicates the changes in the object model of the domain. The logical version is independent of the assembly file version or version. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SetConnection Sets the active connection for the domain root. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcHasConnection.)

Início