Aracılığıyla paylaş


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

'Bildirim
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PartitionSchemeParameter))> _
<SfcInvalidForTypeAttribute(GetType(UserDefinedFunction))> _
Public ReadOnly Property PartitionSchemeParameters As PartitionSchemeParameterCollection
    Get
'Kullanım
Dim instance As Index
Dim value As PartitionSchemeParameterCollection

value = instance.PartitionSchemeParameters
[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 ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(PartitionSchemeParameter))>]
[<SfcInvalidForTypeAttribute(typeof(UserDefinedFunction))>]
member PartitionSchemeParameters : PartitionSchemeParameterCollection
function get PartitionSchemeParameters () : PartitionSchemeParameterCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection
A PartitionSchemeParameterCollection object that represents all the parameters in the partition scheme associated with the index.

Remarks

Not

For indexes based on the UserDefinedTableType object the value of PartitionSchemeSchemeParameters() property is null.

Examples

Creating, Altering, and Removing Indexes

See Also

Reference

Index Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Indexes

CREATE INDEX (Transact-SQL)