This document is archived and information here might be outdated. Recommended version. |
Adding dataset names to the existing list of replica description dataset names.
[Visual Basic .NET] Public Sub AddDatasetNames ( _ ByVal DatasetNames As IEnumName _ )
[C#] public void AddDatasetNames ( IEnumName DatasetNames );
[C++]
HRESULT AddDatasetNames(
IEnumName* DatasetNames
);
[C++] Parameters DatasetNames [in]
DatasetNames is a parameter of type IEnumName*
The AddDatasetNames method can be used to add dataset names to the replica description after the init method has been called.