Indicates if the specified data object name is supported by the layer.
[Visual Basic 6.0] Property DataSourceSupported(
ByVal Name As IName _
) As Boolean
[Visual Basic .NET] Public Function get_DataSourceSupported ( _ ByVal Name As IName _ ) As Boolean
[C#] public bool get_DataSourceSupported ( IName Name );
[Java] public boolean isDataSourceSupported ( IName Name )
[C++] HRESULT get_DataSourceSupported( IName* Name, VARIANT_BOOL* supported );
Parameters
Name [in]
Name is a parameter of type IName
supported [out, retval]
supported is a parameter of type VARIANT_BOOL