Interfaz ISfcDomain2
Extends the ISfcDomain interface to accommodate domain-specific functionality.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
El tipo ISfcDomain2 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionContext | Gets the connection context mode for the connection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.) | |
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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomainLite.) | |
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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomainLite.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetConnection() () () () | Gets the server connection to the backing storage. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.) | |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.) | |
GetExecutionEngine | Gets the execution engine for the domain. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomain.) | |
GetKey | Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomain.) | |
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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomainLite.) | |
GetType | Gets the Type of the SFC object class within the domain for the specified type name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomain.) | |
GetTypeMetadata | Gets the metadata for the specified type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomain.) | |
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. | |
SetConnection | Sets the active connection for the domain root. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcHasConnection.) | |
UseSfcStateManagement | Specifies whether to use state management provided by the SFC. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcDomain.) |
Arriba