Proprietà IsRunning
Ottiene il valore della proprietà Boolean che indica se il set di raccolta è o meno in esecuzione.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsRunning As Boolean
Get
Private Set
'Utilizzo
Dim instance As CollectionSet
Dim value As Boolean
value = instance.IsRunning
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsRunning { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsRunning {
bool get ();
private: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsRunning : bool with get, private set
function get IsRunning () : boolean
private function set IsRunning (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
Un valore Boolean che specifica se la raccolta è in esecuzione.
Se True, il set di raccolta è in esecuzione.
Se False, il set di raccolta non è in esecuzione.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche