ISfcDomain2 Interface
Extends the ISfcDomain interface to accommodate domain-specific functionality.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| 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.) |
| 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 Do not reference this member directly in your code. It supports the SQL Server infrastructure.(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.(Inherited from ISfcDomain.) |
![]() | GetKey(IUrnFragment^) | 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.(Inherited from 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. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcDomainLite.) |
![]() | GetType(String^) | 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.(Inherited from ISfcDomain.) |
![]() | GetTypeMetadata(String^) | Gets the metadata for the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcDomain.) |
![]() | GetUrnSkeletonsFromType(Type^) | 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(ISfcConnection^) | 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.(Inherited from ISfcDomain.) |

