Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.