This document is archived and information here might be outdated. Recommended version. |
Set datasetID for a ReplicaDataset.
[Visual Basic .NET] Public Property DatasetID As Integer
[C#] public int DatasetID {get; set;}
[C++]
HRESULT get_DatasetID(
long DatasetID
);
[C++]
HRESULT put_DatasetID(
System.Int32* DatasetID
);
[C++]
Parameters DatasetID [in]
DatasetID is a parameter of type long DatasetID [out, retval]
DatasetID is a parameter of type long*