Freigeben über


SearchPropertyCollection.Parent-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

SearchPropertyCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace