Index.PartitionSchemeParameters Property
Represents a collection of PartitionSchemeParameter objects. Each PartitionSchemeParameter object represents a parameter in the partition scheme associated with the index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(PartitionSchemeParameter))> _
<SfcInvalidForTypeAttribute(GetType(UserDefinedFunction))> _
Public ReadOnly Property PartitionSchemeParameters As PartitionSchemeParameterCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(PartitionSchemeParameter))]
[SfcInvalidForTypeAttribute(typeof(UserDefinedFunction))]
public PartitionSchemeParameterCollection PartitionSchemeParameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(PartitionSchemeParameter))]
[SfcInvalidForTypeAttribute(typeof(UserDefinedFunction))]
public:
property PartitionSchemeParameterCollection^ PartitionSchemeParameters {
PartitionSchemeParameterCollection^ get ();
}
/** @property */
public PartitionSchemeParameterCollection get_PartitionSchemeParameters ()
public function get PartitionSchemeParameters () : PartitionSchemeParameterCollection
Property Value
A PartitionSchemeParameterCollection object that represents all the parameters in the partition scheme associated with the index.
Remarks
Uwaga
For indexes based on the UserDefinedTableType object the value of PartitionSchemeSchemeParameters property is null.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also