Constructeur SfcObjectQuery (IAlienRoot)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
root As IAlienRoot _
)
'Utilisation
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
)
Paramètres
- root
Type : Microsoft.SqlServer.Management.Sdk.Sfc.IAlienRoot
The AlienRoot of the query.