xSQL Schema Compare SDK for SQL Server version 12
PartitionFunctionParameter Constructor


A unique id for the parameter.
The partition function to which the parameter belongs.
Initializes a new instance of the PartitionFunctionParameter class with the specified id and partition function.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal parent As SqlPartitionFunction _
)
public PartitionFunctionParameter( 
   System.int id,
   SqlPartitionFunction parent
)
public: PartitionFunctionParameter( 
   System.int id,
   SqlPartitionFunction* parent
)

Parameters

id
A unique id for the parameter.
parent
The partition function to which the parameter belongs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PartitionFunctionParameter Class
PartitionFunctionParameter Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback