DatabaseAdapterBase.IsSystemObject Property

 

Applies To: SQL Server 2016 Preview

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 (in Microsoft.SqlServer.Smo.dll)

Syntax

public bool IsSystemObject { get; }
public:
property bool IsSystemObject {
    virtual bool get() sealed;
}
abstract IsSystemObject : bool with get
override IsSystemObject : bool with get
Public ReadOnly Property IsSystemObject As Boolean

Property Value

Type: System.Boolean

true if the adapter base is a system object; otherwise, false. The default is false.

See Also

DatabaseAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top