ISfcDomain2 接口
Extends the ISfcDomain interface to accommodate ___domain-specific functionality.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Interface ISfcDomain2 _
Inherits ISfcDomain, ISfcDomainLite, ISfcHasConnection
用法
Dim instance As ISfcDomain2
public interface ISfcDomain2 : ISfcDomain,
ISfcDomainLite, ISfcHasConnection
public interface class ISfcDomain2 : ISfcDomain,
ISfcDomainLite, ISfcHasConnection
type ISfcDomain2 =
interface
interface ISfcDomain
interface ISfcDomainLite
interface ISfcHasConnection
end
public interface ISfcDomain2 extends ISfcDomain, ISfcDomainLite, ISfcHasConnection
ISfcDomain2 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
ConnectionContext | Gets the connection context mode for the connection. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomainLite 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
GetConnection() () () () | Gets the server connection to the backing storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcHasConnection 继承。) |
![]() |
GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcHasConnection 继承。) |
![]() |
GetExecutionEngine | Gets the execution engine for the ___domain. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomain 继承。) |
![]() |
GetKey | Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this ___domain. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomainLite 继承。) |
![]() |
GetType | Gets the Type of the SFC object class within the ___domain for the specified type name. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomain 继承。) |
![]() |
GetTypeMetadata | Gets the metadata for the specified type. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomain 继承。) |
![]() |
GetUrnSkeletonsFromType | 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 | Sets the active connection for the ___domain root. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcHasConnection 继承。) |
![]() |
UseSfcStateManagement | Specifies whether to use state management provided by the SFC. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcDomain 继承。) |
页首