共用方式為


IDatabasePerformanceFacet.IsSystemObject 屬性

Indicates whether the database performance facet is a system object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'用途
Dim instance As IDatabasePerformanceFacet 
Dim value As Boolean 

value = instance.IsSystemObject
[DisplayNameKeyAttribute("Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")]
bool IsSystemObject { get; }
[DisplayNameKeyAttribute(L"Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute(L"Database_IsSystemObjectDesc")]
property bool IsSystemObject {
    bool get ();
}
[<DisplayNameKeyAttribute("Database_IsSystemObjectName")>]
[<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

屬性值

型別:System.Boolean
A Boolean value indicating whether the database performance facet is a system object. Returns True if the facet is a system object; otherwise, False.

請參閱

參考

IDatabasePerformanceFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間