Statistic.Parent 속성

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

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

구문

‘선언
<SfcParentAttribute("View")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject 
    Get 
    Set
‘사용 방법
Dim instance As Statistic 
Dim value As SqlSmoObject 

value = instance.Parent

instance.Parent = value
[SfcParentAttribute("View")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"View")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("View")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject 
function set Parent (value : SqlSmoObject)

속성 값

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

통계 생성 및 업데이트

참고 항목

참조

Statistic 클래스

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

관련 자료

CREATE STATISTICS(Transact-SQL)