다음을 통해 공유


IsSystemObject 속성

Gets the Boolean value that determines whether the view is a system object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<DisplayNameKeyAttribute("View_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("View_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean
    Get
‘사용 방법
Dim instance As IViewOptions
Dim value As Boolean

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

속성 값

형식: System. . :: . .Boolean
A Boolean value that determines whether the view is a system object.
If True, the view is a system object. Otherwise, False.