OlapConnectionTNativeEffectiveUserName Property |
Gets or sets the name of the user in Connect As scenarios.
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 virtual string EffectiveUserName { get; set; }Public Overridable Property EffectiveUserName As String
Get
Set
public:
virtual property String^ EffectiveUserName {
String^ get ();
void set (String^ value);
}abstract EffectiveUserName : string with get, set
override EffectiveUserName : string with get, set
Property Value
Type:
String
The name of the user.
Implements
IOlapConnectionTNativeEffectiveUserName
See Also