Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the SearchPropertyList which contains the SearchProperty.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SearchPropertyList
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which contains the SearchProperty.