SearchPropertyCollection.Parent Property

Gets the SearchPropertyList which is the parent object for this instance.

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

Syntax

'Declaration
Public ReadOnly Property Parent As SearchPropertyList 
    Get
'Usage
Dim instance As SearchPropertyCollection 
Dim value As SearchPropertyList 

value = instance.Parent
public SearchPropertyList Parent { get; }
public:
property SearchPropertyList^ Parent {
    SearchPropertyList^ get ();
}
member Parent : SearchPropertyList
function get Parent () : SearchPropertyList

Property Value

Type: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.

See Also

Reference

SearchPropertyCollection Class

Microsoft.SqlServer.Management.Smo Namespace