IAlienRoot Interface

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface IAlienRoot
'Usage
Dim instance As IAlienRoot
public interface IAlienRoot
public interface class IAlienRoot
type IAlienRoot =  interface end
public interface IAlienRoot

The IAlienRoot type exposes the following members.

Properties

  Name Description
Public property ConnectionContext Gets the current server connection details for the instance of SQL Server. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Name Gets the name of the domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method DesignModeInitialize Switch to design mode (not connected to the server).
Public method SfcHelper_GetDataTable Executes the query string to retrieve the specified fields and return a fully populated DataTable object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcHelper_GetSmoObject Returns an object that has the specified Uniform Resource Name (URN). Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SfcHelper_GetSmoObjectQuery Processes the specified query string and returns a list of SMO URN. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top