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