Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The base interface for a SFC ___domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcDomain _
Inherits ISfcDomainLite, ISfcHasConnection
'Usage
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
The ISfcDomain type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionContext | Gets the connection context mode for the connection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcDomainLite.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetConnection() | Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcHasConnection.) |
![]() |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. (Inherited from ISfcHasConnection.) |
![]() |
GetExecutionEngine | Gets the execution engine for the ___domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
GetKey | Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this ___domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcDomainLite.) |
![]() |
GetType | Gets the Type of the SFC object class within the ___domain for the specified type name. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
GetTypeMetadata | Gets the metadata for the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SetConnection | Sets the active connection for the ___domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from ISfcHasConnection.) |
![]() |
UseSfcStateManagement | Specifies whether to use state management provided by the SFC. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top