Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.