This document is archived and information here might be outdated. Recommended version. |
Name of metadata document on server.
[Visual Basic .NET] Public Property Dataset As String
[C#] public string Dataset {get; set;}
[C++]
HRESULT get_Dataset(
BSTR pDataset
);
[C++]
HRESULT put_Dataset(
System.String* pDataset
);
[C++]
Parameters pDataset [in]
pDataset is a parameter of type BSTR pDataset [out, retval]
pDataset is a parameter of type BSTR*