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.