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 命名空间