ISfcDomainLite 接口

A light weight interface that exposes the basic properties of a SFC domain. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Interface ISfcDomainLite _
    Inherits ISfcHasConnection
用法
Dim instance As ISfcDomainLite
public interface ISfcDomainLite : ISfcHasConnection
public interface class ISfcDomainLite : ISfcHasConnection
type ISfcDomainLite =  
    interface
        interface ISfcHasConnection
    end
public interface ISfcDomainLite extends ISfcHasConnection

ISfcDomainLite 类型公开以下成员。

属性

  名称 说明
公共属性 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 基础结构。
公共属性 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 基础结构。

页首

方法

  名称 说明
公共方法 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 继承。)
公共方法 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 基础结构。
公共方法 SetConnection Sets the active connection for the domain root. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 ISfcHasConnection 继承。)

页首