SearchProperty.Parent 속성
Gets or sets the SearchPropertyList which contains the SearchProperty.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SearchPropertyList
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which contains the SearchProperty.