[This is preliminary documentation and is subject to change.]
Copy from the given source Dataset into the local Dataset as defined by the
default Tag Type list. In addition to the base copy we need to copy attributes from the
Request Attributes Sequence (if present) and the Scheduled Procedure Step (if present).
| C# | Visual Basic | Visual C++ |
public override void CopyFrom( AttributeSet sourceDataset )
Public Overrides Sub CopyFrom ( _ sourceDataset As AttributeSet _ )
public: virtual void CopyFrom( AttributeSet^ sourceDataset ) override
- sourceDataset (AttributeSet)
- Source Dataset used to populate the local Dataset.