This document is archived and information here might be outdated. Recommended version. |
The name object associated with the container dataset.
[Visual Basic .NET] Public Property DatasetName As IName
[C#] public IName DatasetName {get; set;}
[C++]
HRESULT get_DatasetName(
IName* ppDatasetName
);
[C++]
HRESULT putref_DatasetName(
IName** ppDatasetName
);
[C++] Parameters ppDatasetName [in]
ppDatasetName is a parameter of type IName* ppDatasetName [out, retval]
ppDatasetName is a parameter of type IName**