共用方式為


IsSystemObject 屬性

命名空間:  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