PropertyValidatorInt Constructor (array<Int32 )
Initializes a new instance of the PropertyValidatorInt class by using the provided array of valid values.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
ParamArray validValues As Integer() _
)
public PropertyValidatorInt(
params int[] validValues
)
public:
PropertyValidatorInt(
... array<int>^ validValues
)
new :
validValues:int[] -> PropertyValidatorInt
public function PropertyValidatorInt(
... validValues : int[]
)
Parameters
- validValues
Type: array<System.Int32[]
One or more parameters that represent valid values of type int.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.