Partilhar via


Interface ISfcDomain2

Extends the ISfcDomain interface to accommodate domain-specific functionality.

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

Sintaxe

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

O tipo ISfcDomain2 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. (Herdado de ISfcDomainLite.)
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. (Herdado de ISfcDomainLite.)

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. (Herdado de ISfcHasConnection.)
Método público GetExecutionEngine Gets the execution engine for the domain. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcDomain.)
Método público GetKey Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcDomain.)
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. (Herdado de ISfcDomainLite.)
Método público GetType Gets the Type of the SFC object class within the domain for the specified type name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcDomain.)
Método público GetTypeMetadata Gets the metadata for the specified type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcDomain.)
Método público GetUrnSkeletonsFromType Gets the list of possible Uniform Resource Name (URN) skeletons (for example, Server/Database, Server/Database/ApplicationRole, and so on) that lead to the specified type.
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.)
Método público UseSfcStateManagement Specifies whether to use state management provided by the SFC. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcDomain.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc