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)