SfcObjectQuery Constructor (IAlienRoot)
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- root
Type: Microsoft.SqlServer.Management.Sdk.Sfc.IAlienRoot
The AlienRoot of the query.