class %DeepSee.XMLA.DataSourcesRestrictions
extends %RegisteredObject, %XML.Adaptor
property AuthenticationMode
as String;
property DataSourceName
as String;
property ProviderName
as String;
property ProviderType
as String(MAXLEN=32000);
property ProviderTypeList
as list of String(XMLPROJECTION="none");
property URL
as String;