StatisticCollection.Parent 속성

Gets the SqlSmoObject object that is the parent of the Statistic object.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that is the parent of the Statistic object.

컬렉션 사용

참고 항목

참조

StatisticCollection 클래스

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