StandardTableDataSources.AnyDataSource Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a string identifier of an "any data source". Used by ITableControlEventProcessorProvider to identify event processors that are not limited to any particular data source.
public: System::String ^ AnyDataSource;
std::wstring AnyDataSource;
public const string AnyDataSource;
val mutable AnyDataSource : string
Public Const AnyDataSource As String
Field Value
Remarks
Wildcards in the source string are not supported in general. This is handled as a special case.