다음을 통해 공유


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.