Partager via


Propriété SearchPropertyCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As SearchPropertyList 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SearchPropertyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo