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 the Database which serves as the parent object to the SearchPropertyListCollection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Database
Get
'Usage
Dim instance As SearchPropertyListCollection
Dim value As Database
value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
Database^ get ();
}
member Parent : Database
function get Parent () : Database
Property Value
Type: Microsoft.SqlServer.Management.Smo.Database
The Database which serves as the parent object to the SearchPropertyListCollection.