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