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.