Partager via


Propriété SearchProperty.Parent

Gets or sets the SearchPropertyList which contains the SearchProperty.

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SearchPropertyList 
    Get 
    Set
'Utilisation
Dim instance As SearchProperty 
Dim value As SearchPropertyList 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SearchPropertyList Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SearchPropertyList^ Parent {
    SearchPropertyList^ get ();
    void set (SearchPropertyList^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SearchPropertyList with get, set
function get Parent () : SearchPropertyList 
function set Parent (value : SearchPropertyList)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which contains the SearchProperty.

Voir aussi

Référence

SearchProperty Classe

Espace de noms Microsoft.SqlServer.Management.Smo