Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of PartitionFunctionParameter objects. Each PartitionFunctionParameters object represents a partition function parameter defined on the partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(PartitionFunctionParameter))> _
Public ReadOnly Property PartitionFunctionParameters As PartitionFunctionParameterCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection
A PartitionFunctionParameterCollection object that represents all the partition function parameters on the partition function.
Beispiele
Verwenden von Dateigruppen und Dateien zur Speicherung von Daten
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace