PartitionFunction.PartitionFunctionParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter))]
public Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection PartitionFunctionParameters { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter))>]
member this.PartitionFunctionParameters : Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection
Public ReadOnly Property PartitionFunctionParameters As PartitionFunctionParameterCollection
Property Value
- Attributes