IsSystem-Eigenschaft
Ruft den Boolean-Eigenschaftswert ab, der angibt, ob der Sammlungssatz ein Systemsammlungssatz ist.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsSystem As Boolean
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .Boolean
Ein Boolean-Wert, der angibt, dass der Sammlungssatz ein Systemsammlungssatz ist.
Bei True ist der Sammlungssatz ein Systemsammlungssatz.
Bei False ist der Sammlungssatz kein Systemsammlungssatz.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.