DatabaseEngineInstance.Parent Property

 

Gets the Server which represents the computer running the instance of SQL Server.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; set; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
property Server^ Parent {
    Server^ get();
    void set(Server^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server with get, set
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>
Public Property Parent As Server

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server

The Server which represents the computer running the instance of SQL Server.

See Also

DatabaseEngineInstance Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top