Właściwość CollectionSet.IsSystem
Pobiera Boolean wartości właściwość, która wskazuje, czy lub zestaw kolekcja to system zestaw kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsSystem As Boolean
Get
Private Set
'Użycie
Dim instance As CollectionSet
Dim value As Boolean
value = instance.IsSystem
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsSystem { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsSystem {
bool get ();
private: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsSystem : bool with get, private set
function get IsSystem () : boolean
private function set IsSystem (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, że zestaw kolekcja to system zestaw kolekcja.
Jeśli True, zestaw kolekcja jest systemem zestaw kolekcja.
Jeśli False, zestaw kolekcja nie jest systemem zestaw kolekcja.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.