Share via


PartitionFunctionParameter.Parent 속성

Gets or sets the PartitionFunction object that is the parent of the PartitionFunctionParameter object.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As PartitionFunction 
    Get 
    Set
‘사용 방법
Dim instance As PartitionFunctionParameter 
Dim value As PartitionFunction 

value = instance.Parent

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.PartitionFunction
The PartitionFunction object that is the parent of the PartitionFunctionParameter object.

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

참고 항목

참조

PartitionFunctionParameter 클래스

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

관련 자료

CREATE PARTITION FUNCTION(Transact-SQL)