Proprietà SearchProperty.Parent
Gets or sets the SearchPropertyList which contains the SearchProperty.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SearchPropertyList
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which contains the SearchProperty.