SfcObjectQuery Constructor (ISfcDomain)
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 ( _
domain As ISfcDomain _
)
'Usage
Dim domain As ISfcDomain
Dim instance As New SfcObjectQuery(domain)
public SfcObjectQuery(
ISfcDomain domain
)
public:
SfcObjectQuery(
ISfcDomain^ domain
)
new :
domain:ISfcDomain -> SfcObjectQuery
public function SfcObjectQuery(
domain : ISfcDomain
)
Parameters
- domain
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
The domain of the SfcInstance object tree to query.