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.