OPC Studio User's Guide and Reference
UADataSetMetaData Constructor(String,UAFieldMetaDataCollection,UAConfigurationVersion)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADataSetMetaData Class > UADataSetMetaData Constructor : UADataSetMetaData Constructor(String,UAFieldMetaDataCollection,UAConfigurationVersion)
The name of the dataset.

The value of this parameter cannot be null (Nothing in Visual Basic).

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).

The version of the dataset configuration.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying the name, fields, and configuration version.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal fields As UAFieldMetaDataCollection, _
   ByVal configurationVersion As UAConfigurationVersion _
)
'Usage
 
Dim name As String
Dim fields As UAFieldMetaDataCollection
Dim configurationVersion As UAConfigurationVersion
 
Dim instance As New UADataSetMetaData(name, fields, configurationVersion)

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).

configurationVersion
The version of the dataset configuration.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also