ISfcDomainLite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A light weight interface exposing basic properties of a SfcDomain.
public interface ISfcDomainLite : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection
type ISfcDomainLite = interface
interface ISfcHasConnection
Public Interface ISfcDomainLite
Implements ISfcHasConnection
- 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. |
DomainName |
The name of the domain used to distinguish it from other domains. This is usually the end of the namespace qualifier. |
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. (Inherited from ISfcHasConnection) |
GetLogicalVersion() |
Logical version indicates the changes in the OM of the domain. This acts independent of assembly fileversion or version. |
SetConnection(ISfcConnection) |
Sets the active connection for the domain root. This is used for domain instantiation / hopping. (Inherited from ISfcHasConnection) |