Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.