Share via


ISfcDomain Interface

Definition

A root SfcInstance-derived object must implement ISfcDomain

public interface ISfcDomain : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLite
type ISfcDomain = interface
    interface ISfcDomainLite
    interface ISfcHasConnection
Public Interface ISfcDomain
Implements ISfcDomainLite
Derived
Implements

Properties

ConnectionContext (Inherited from ISfcHasConnection)
DomainInstanceName

The logical name of a ___domain instance usually derived from the connection and ___domain information. This name does not have to be unique on the client, but should be different whenever the server representation would be.

(Inherited from ISfcDomainLite)
DomainName

The name of the ___domain used to distinguish it from other domains. This is usually the end of the namespace qualifier.

(Inherited from ISfcDomainLite)

Methods

GetConnection()

Get the connection query on to backing storage. Defaults to assuming a single open query will exist at one time.

(Inherited from ISfcHasConnection)
GetConnection(SfcObjectQueryMode)

Get the connection to backing storage to support the requested query processing mode. Any connection which supports multiple open queries must assume that the regular connection returned by GetConnection() may be busy at any time.

<param name="activeQueriesMode">Cache results, or use a live data reader iterator where Single or multiple open queries are expected.</param> (Inherited from ISfcHasConnection)
GetExecutionEngine()

Returns execution engine for this ___domain

GetKey(IUrnFragment)

Gets an instance of Key given urn fragment interface and ___domain

GetLogicalVersion()

Logical version indicates the changes in the OM of the ___domain. This acts independent of assembly fileversion or version.

(Inherited from ISfcDomainLite)
GetType(String)

Get the System.Type of the Sfc object class within the ___domain for the given string name.

GetTypeMetadata(String)

Given type, return metadata for that type

SetConnection(ISfcConnection)

Sets the active connection for the ___domain root. This is used for ___domain instantiation / hopping.

(Inherited from ISfcHasConnection)
UseSfcStateManagement()

Return true if you want SFC-provided State management, or false otherwise

Applies to