This topic has not yet been rated - Rate this topic

PartitionSchemeParameterCollection.Item Property (String)

Gets a PartitionSchemeParameter object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public PartitionSchemeParameter this[
	string name
] { get; }

Parameters

name
Type: System.String
A String value that specifies the name of the PartitionSchemeParameter object in the PartitionSchemeParameterCollection collection.

Property Value

Type: Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter
A PartitionSchemeParameter object value that represents the partition scheme parameter.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.