PlanGuideCollection.Parent 속성

Gets a database object that represents the parent of the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property Parent As Database 
    Get
‘사용 방법
Dim instance As PlanGuideCollection 
Dim value As Database 

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

속성 값

유형: Microsoft.SqlServer.Management.Smo.Database
A database object that represents the parent of the collection.

참고 항목

참조

PlanGuideCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스