Compartilhar via


Propriedade do RDL CollectionSet.IsSystem

Gets the Boolean property value that indicates whether or the collection set is a system collection set.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsSystem As Boolean 
    Get 
    Private Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
A Boolean value that specifies that the collection set is a system collection set.If True, the collection set is a system collection set.If False, the collection set is not a system collection set.

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionSet Classe

Namespace Microsoft.SqlServer.Management.Collector