Interface IAlienRoot
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface IAlienRoot
'Uso
Dim instance As IAlienRoot
public interface IAlienRoot
public interface class IAlienRoot
type IAlienRoot = interface end
public interface IAlienRoot
O tipo IAlienRoot expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionContext | Gets the current server connection details for the instance of SQL Server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Name | Gets the name of the domain. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcHelper_GetSmoObject | Returns an object that has the specified Uniform Resource Name (URN). Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcHelper_GetSmoObjectQuery | Processes the specified query string and returns a list of SMO URN. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início