DatabaseOptions.Parent Property
SQL Server 2012
Gets the Database object that is the parent of the DatabaseOptions object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)] public Database Parent { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseA Database object that owns the DatabaseOptions object.
