Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
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. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
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. |
![]() |
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