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 instance of Microsoft SQL Server that the DependencyWalker tool object is associated with.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property Server As Server
Get
Set
'Usage
Dim instance As DependencyWalker
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
A Server object value that specifies the instance of SQL Server.