Propriedade do RDL DatabaseAdapterBase.IsSystemObject
Gets the Boolean value that specifies whether the adapter base is a system object or not.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsSystemObject As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: 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).