Interface ISfcDomain
The base interface for a SFC domain. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Interface ISfcDomain _
Inherits ISfcDomainLite, ISfcHasConnection
'Utilisation
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
Le type ISfcDomain expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ConnectionContext | Gets the connection context mode for the connection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité 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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité 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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcDomainLite.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
GetConnection() | Gets the server connection to the backing storage. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.) | |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. (hérité de ISfcHasConnection.) | |
GetExecutionEngine | Gets the execution engine for the domain. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetKey | Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcDomainLite.) | |
GetType | Gets the Type of the SFC object class within the domain for the specified type name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetTypeMetadata | Gets the metadata for the specified type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SetConnection | Sets the active connection for the domain root. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcHasConnection.) | |
UseSfcStateManagement | Specifies whether to use state management provided by the SFC. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page