共用方式為


ISfcDomain 介面

The base interface for a SFC domain. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Interface ISfcDomain _
    Inherits ISfcDomainLite, ISfcHasConnection
'用途
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

ISfcDomain 型別公開下列成員。

屬性

  名稱 說明
公用屬性 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 基礎結構。
公用方法 GetKey Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 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 基礎結構。
公用方法 GetTypeMetadata Gets the metadata for the specified type. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 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 基礎結構。

上層