Partilhar via


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
Propriedade pública 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.
Propriedade pública 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
Método público DesignModeInitialize Switch to design mode (not connected to the server).
Método público 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.
Método público 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.
Método público 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

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc