IsSystem 属性
获取 Boolean 属性值,该值指示收集组是否为系统收集组。
命名空间: Microsoft.SqlServer.Management.Collector
程序集: Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsSystem As Boolean
Get
Private Set
用法
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)
属性值
类型:System. . :: . .Boolean
一个 Boolean 值,该值指定收集组是否是一个系统收集组。
如果为 True,则收集组是一个系统收集组。
如果为 False,则收集组不是一个系统收集组。
注释
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.