Condividi tramite


Interfaccia ISfcDomain

The base interface for a SFC domain. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface ISfcDomain _
    Inherits ISfcDomainLite, ISfcHasConnection
'Utilizzo
Dim instance As ISfcDomain
public interface ISfcDomain : ISfcDomainLite, 
    ISfcHasConnection
public interface class ISfcDomain : ISfcDomainLite, 
    ISfcHasConnection
type ISfcDomain =  
    interface
        interface ISfcDomainLite
        interface ISfcHasConnection
    end
public interface ISfcDomain extends ISfcDomainLite, ISfcHasConnection

Nel tipo ISfcDomain sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionContext Gets the connection context mode for the connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection.
Proprietà pubblica 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcDomainLite.
Proprietà pubblica 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcDomainLite.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetConnection() () () () Gets the server connection to the backing storage. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection.
Metodo pubblico GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection.
Metodo pubblico GetExecutionEngine Gets the execution engine for the domain. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetKey Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcDomainLite.
Metodo pubblico GetType Gets the Type of the SFC object class within the domain for the specified type name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetTypeMetadata Gets the metadata for the specified type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico SetConnection Sets the active connection for the domain root. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcHasConnection.
Metodo pubblico UseSfcStateManagement Specifies whether to use state management provided by the SFC. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto