DatabaseAdapterBase.IsSystemObject Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsSystemObject As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean