IsSystemObject 屬性
命名空間: 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