'DeclarationPublic Function New( _ ByVal itemType As Type, _ ByVal kind As DAItemMappingKind _ )
'UsageDim itemType As Type Dim kind As DAItemMappingKind Dim instance As New DAClientItemMapping(itemType, kind)
public DAClientItemMapping( Type itemType, DAItemMappingKind kind )
public: DAClientItemMapping( Type^ itemType, DAItemMappingKind kind )
Parameters
- itemType
- The type of OPC item.
The value of this parameter cannot be
null(Nothingin Visual Basic). - kind
- Specifies how the OPC Data Access item will be mapped.