'Declaration
Public Function New( _ ByVal publisherId As UAPublisherId, _ ByVal writerGroupId As Integer, _ ByVal dataSetWriterId As Integer, _ ByVal fieldDataDictionary As UAStringDataSetFieldDataDictionary, _ ByVal fieldDataDictionaryById As UAGuidDataSetFieldDataDictionary _ )
'Usage
Dim publisherId As UAPublisherId Dim writerGroupId As Integer Dim dataSetWriterId As Integer Dim fieldDataDictionary As UAStringDataSetFieldDataDictionary Dim fieldDataDictionaryById As UAGuidDataSetFieldDataDictionary Dim instance As New UADataSetData(publisherId, writerGroupId, dataSetWriterId, fieldDataDictionary, fieldDataDictionaryById)
Parameters
- publisherId
- The publisher Id.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - writerGroupId
- The writer group Id.
Valid values of this parameter are in the range from
0
to65535
. - dataSetWriterId
- The dataset writer Id.
Valid values of this parameter are in the range from
0
to65535
. - fieldDataDictionary
- The field data dictionary.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value can be
null
(Nothing
in Visual Basic). - fieldDataDictionaryById
- The field data dictionary, keyed by dataset field Id.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value can be
null
(Nothing
in Visual Basic).