CustomFieldDefinition Constructor (UInt32, Type, UInt32)
Initializes a new instance of the CustomFieldDefinition class that contains a field ID, a field type, and field size.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Sub New ( _
fieldId As UInteger, _
fieldType As Type, _
fieldSize As UInteger _
)
'Usage
Dim fieldId As UInteger
Dim fieldType As Type
Dim fieldSize As UInteger
Dim instance As New CustomFieldDefinition(fieldId, fieldType, fieldSize)
public CustomFieldDefinition (
uint fieldId,
Type fieldType,
uint fieldSize
)
public:
CustomFieldDefinition (
unsigned int fieldId,
Type^ fieldType,
unsigned int fieldSize
)
public CustomFieldDefinition (
UInt32 fieldId,
Type fieldType,
UInt32 fieldSize
)
public function CustomFieldDefinition (
fieldId : uint,
fieldType : Type,
fieldSize : uint
)
Parameters
- fieldId
An integer ID for the field.
- fieldType
The data type of the field. For a list of supported types, see CustomFieldDefinition.
- fieldSize
The size associated with the field, such as the length of the string or byte array that it will store.
See Also
Reference
CustomFieldDefinition Class
CustomFieldDefinition Members
Microsoft.Synchronization.SimpleProviders Namespace