OlapConnectionTNativeOnCubeUpdated Property |
Gets or sets delegate to execute when the cube metadata is updated.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Action<string> OnCubeUpdated { get; set; }Public Property OnCubeUpdated As Action(Of String)
Get
Set
public:
property Action<String^>^ OnCubeUpdated {
Action<String^>^ get ();
void set (Action<String^>^ value);
}member OnCubeUpdated : Action<string> with get, set
Property Value
Type:
ActionString
The delegate.
See Also