DatabaseAdapterBase.IsSystemObject 属性

Gets the Boolean value that specifies whether the adapter base is a system object or not.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property IsSystemObject As Boolean 
    Get
用法
Dim instance As DatabaseAdapterBase 
Dim value As Boolean 

value = instance.IsSystemObject
public bool IsSystemObject { get; }
public:
virtual property bool IsSystemObject {
    bool get () sealed;
}
abstract IsSystemObject : bool 
override IsSystemObject : bool
final function get IsSystemObject () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the database adapter base is a system object. If True, the adapter base is a system object; otherwise, False (default).

请参阅

参考

DatabaseAdapterBase 类

Microsoft.SqlServer.Management.Smo 命名空间