IOlapConnectionTNativeEffectiveUserName Property |
Gets or sets the name of the effective user.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxstring EffectiveUserName { get; set; }Property EffectiveUserName As String
Get
Set
property String^ EffectiveUserName {
String^ get ();
void set (String^ value);
}abstract EffectiveUserName : string with get, set
Property Value
Type:
String
The name of the effective user.
See Also