ServerAdapterBase.Server Property

Gets the Server associated with the ServerAdapterBase.

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

Syntax

'Declaration
Protected ReadOnly Property Server As Server 
    Get
'Usage
Dim value As Server 

value = Me.Server
protected Server Server { get; }
protected:
property Server^ Server {
    Server^ get ();
}
member Server : Server
function get Server () : Server

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server
The server associated with the server adapter base.

See Also

Reference

ServerAdapterBase Class

Microsoft.SqlServer.Management.Smo Namespace