DatabaseEngineInstanceCollection.Parent Property

 

Gets the SqlSmoObject object that is the parent of the DatabaseEngineInstanceCollection object.

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

Syntax

public Server Parent { get; }
public:
property Server^ Parent {
    Server^ get();
}
member Parent : Server with get
Public ReadOnly Property Parent As Server

Property Value

Type: Microsoft.SqlServer.Management.Smo.Server

A SqlSmoObject object that is the parent of the DatabaseEngineInstanceCollection object.

Examples

Using Collections

See Also

DatabaseEngineInstanceCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top