SfcObjectQuery Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQuery
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class SfcObjectQuery
'Usage
Dim instance As SfcObjectQuery
public class SfcObjectQuery
public ref class SfcObjectQuery
type SfcObjectQuery = class end
public class SfcObjectQuery
The SfcObjectQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SfcObjectQuery(IAlienRoot) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SfcObjectQuery(ISfcDomain) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SfcObjectQuery(ISfcDomain, SfcObjectQueryMode) | Initializes a new instance of the SfcObjectQuery class with the specified domain and active queries mode. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActiveQueriesMode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SfcQueryExpression | Gets the most recent query string processed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
ExecuteDataTable | Executes the query string to retrieve the specified fields and return a fully populated data table. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
ExecuteIterator | Executes the query string and return a SfcObjectIterator to enumerate the results without caching them. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.