Initializes a new instance of the SfcObjectQuery class with the specified domain and active queries mode. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
domain As ISfcDomain, _
activeQueriesMode As SfcObjectQueryMode _
)
'用途
Dim domain As ISfcDomain
Dim activeQueriesMode As SfcObjectQueryMode
Dim instance As New SfcObjectQuery(domain, _
activeQueriesMode)
public SfcObjectQuery(
ISfcDomain domain,
SfcObjectQueryMode activeQueriesMode
)
public:
SfcObjectQuery(
ISfcDomain^ domain,
SfcObjectQueryMode activeQueriesMode
)
new :
domain:ISfcDomain *
activeQueriesMode:SfcObjectQueryMode -> SfcObjectQuery
public function SfcObjectQuery(
domain : ISfcDomain,
activeQueriesMode : SfcObjectQueryMode
)
參數
- domain
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
The root of the SfcSfcInstance object tree to query.
- activeQueriesMode
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode
The CachedQueries avoids any issues with more than one running query by first caching the query results and closing the query data reader.