'Declaration
Public Function New( _ ByVal name As String, _ ByVal fields As UAFieldMetaDataCollection _ )
'Usage
Dim name As String Dim fields As UAFieldMetaDataCollection Dim instance As New UADataSetMetaData(name, fields)
public UADataSetMetaData( string name, UAFieldMetaDataCollection fields )
public: UADataSetMetaData( String^ name, UAFieldMetaDataCollection^ fields )
Parameters
- name
- The name of the dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - fields
- A collection of field metadata.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).