This document is archived and information here might be outdated. Recommended version. |
Indicates if the specified data object name is supported by the layer.
[Visual Basic .NET] Public Function get_DataSourceSupported ( _ ByVal Name As IName _ ) As Boolean
[C#] public bool get_DataSourceSupported ( IName Name );
[C++]
HRESULT get_DataSourceSupported(
IName* Name,
Boolean* supported
);
[C++] Parameters Name [in]
Name is a parameter of type IName* supported [out, retval]
supported is a parameter of type bool*