Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.