Share via


PartitionFunction.PartitionFunctionParameters 속성

Represents a collection of PartitionFunctionParameter objects. Each PartitionFunctionParameters object represents a partition function parameter defined on the partition function.

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

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(PartitionFunctionParameter))> _
Public ReadOnly Property PartitionFunctionParameters As PartitionFunctionParameterCollection 
    Get
‘사용 방법
Dim instance As PartitionFunction 
Dim value As PartitionFunctionParameterCollection 

value = instance.PartitionFunctionParameters
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(PartitionFunctionParameter))]
public PartitionFunctionParameterCollection PartitionFunctionParameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(PartitionFunctionParameter))]
public:
property PartitionFunctionParameterCollection^ PartitionFunctionParameters {
    PartitionFunctionParameterCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(PartitionFunctionParameter))>]
member PartitionFunctionParameters : PartitionFunctionParameterCollection
function get PartitionFunctionParameters () : PartitionFunctionParameterCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection
A PartitionFunctionParameterCollection object that represents all the partition function parameters on the partition function.

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

참고 항목

참조

PartitionFunction 클래스

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

관련 자료

CREATE PARTITION FUNCTION(Transact-SQL)