다음을 통해 공유


IUserOptions.IsSystemObject 속성

Gets a Boolean value that specifies whether or not the interface refers to a Object.

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

구문

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

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

속성 값

유형: System.Boolean
A Boolean value, True if the interface refers to a Object, otherwise False.

참고 항목

참조

IUserOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스