IAlienRoot 接口

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Interface IAlienRoot
用法
Dim instance As IAlienRoot
public interface IAlienRoot
public interface class IAlienRoot
type IAlienRoot =  interface end
public interface IAlienRoot

IAlienRoot 类型公开以下成员。

属性

  名称 说明
公共属性 ConnectionContext Gets the current server connection details for the instance of SQL Server. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Name Gets the name of the domain. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

方法

  名称 说明
公共方法 DesignModeInitialize Switch to design mode (not connected to the server).
公共方法 SfcHelper_GetDataTable Executes the query string to retrieve the specified fields and return a fully populated DataTable object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 SfcHelper_GetSmoObject Returns an object that has the specified Uniform Resource Name (URN). 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 SfcHelper_GetSmoObjectQuery Processes the specified query string and returns a list of SMO URN. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首