Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Property ActiveQueriesMode As SfcObjectQueryMode
Get
Set
'Usage
Dim instance As SfcObjectQuery
Dim value As SfcObjectQueryMode
value = instance.ActiveQueriesMode
instance.ActiveQueriesMode = value
public SfcObjectQueryMode ActiveQueriesMode { get; set; }
public:
property SfcObjectQueryMode ActiveQueriesMode {
SfcObjectQueryMode get ();
void set (SfcObjectQueryMode value);
}
member ActiveQueriesMode : SfcObjectQueryMode with get, set
function get ActiveQueriesMode () : SfcObjectQueryMode
function set ActiveQueriesMode (value : SfcObjectQueryMode)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectQueryMode
The current active query.