Construtor SfcObjectQuery (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 Sub New ( _
root As IAlienRoot _
)
'Uso
Dim root As IAlienRoot
Dim instance As New SfcObjectQuery(root)
public SfcObjectQuery(
IAlienRoot root
)
public:
SfcObjectQuery(
IAlienRoot^ root
)
new :
root:IAlienRoot -> SfcObjectQuery
public function SfcObjectQuery(
root : IAlienRoot
)
Parâmetros
- root
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.IAlienRoot
The AlienRoot of the query.