共用方式為


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