This document is archived and information here might be outdated. Recommended version. |
Returns the data element for the in-bound dataset name or dataset object.
[Visual Basic .NET] Public Function GetDatasetDataElement ( _ ByVal datasetSpec As Object, _ ByVal browseOptions As IDEBrowseOptions _ ) As IDataElement
[C#] public IDataElement GetDatasetDataElement ( object datasetSpec, IDEBrowseOptions browseOptions );
[C++]
HRESULT GetDatasetDataElement(
LPUNKNOWN datasetSpec,
IDEBrowseOptions* browseOptions
);
[C++] Parameters datasetSpec [in]
datasetSpec is a parameter of type IUnknown browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions*