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 or sets the server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property Server As Server
Get
Set
'Usage
Dim instance As DatabaseRestorePlanner
Dim value As Server
value = instance.Server
instance.Server = value
public Server Server { get; set; }
public:
property Server^ Server {
Server^ get ();
void set (Server^ value);
}
member Server : Server with get, set
function get Server () : Server
function set Server (value : Server)
Property Value
Type: Microsoft.SqlServer.Management.Smo.Server
The server.