Version

AreActivitiesSupported Method (ScheduleDataConnectorBase)

Indicates whether the activities of the specified activity type are supported by this data connector.
Syntax
'Declaration
 
Protected Friend MustOverride Function AreActivitiesSupported( _
   ByVal activityType As ActivityType _
) As Boolean
protected internal abstract bool AreActivitiesSupported( 
   ActivityType activityType
)

Parameters

activityType
Activity type.

Return Value

True if the specified activities are supported. False otherwise.
Remarks

This method is used by the data manager to determine if activities of the specified type are supported by the data connector. If they are not supported, relevant user interface will be disabled or hidden in the schedule controls.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also