SearchPropertyCollection.Parent 속성
Gets the SearchPropertyList which is the parent object for this instance.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Parent As SearchPropertyList
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyList which is the parent object for this instance.