ServerAdapterBase.Server Property

 

Applies To: SQL Server 2016 Preview

Gets the Server associated with the ServerAdapterBase.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected Server Server { get; }
protected:
property Server^ Server {
    Server^ get();
}
member Server : Server with get
Protected ReadOnly Property Server As Server

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server

The server associated with the server adapter base.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top