Share via


PartitionSchemeParameter.Parent 속성

Gets or sets the PartitionScheme object that is the parent of the PartitionSchemeParameter object.

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

구문

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

value = instance.Parent

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.SqlSmoObject
The PartitionScheme object that is the parent of the PartitionSchemeParameter object.

파일 그룹 및 파일을 사용하여 데이터 저장

참고 항목

참조

PartitionSchemeParameter 클래스

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

관련 자료

CREATE PARTITION FUNCTION(Transact-SQL)