SfcObjectQuery-Konstruktor (IAlienRoot)
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
root As IAlienRoot _
)
'Usage
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
)
Parameter
- root
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .IAlienRoot
The AlienRoot of the query.