Compartir a través de


PartitionFunctionParameters Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(PartitionFunctionParameter))> _
Public ReadOnly Property PartitionFunctionParameters As PartitionFunctionParameterCollection
    Get
'Uso
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

Valor de la propiedad

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