DataSource.PassUserNameAsAdomdCustomData Property
Gets or sets a Boolean value that indicates whether to pass the user identity context when connecting to an ADOMD.NET data source provider.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property PassUserNameAsAdomdCustomData As Boolean
Get
Set
'Usage
Dim instance As DataSource
Dim value As Boolean
value = instance.PassUserNameAsAdomdCustomData
instance.PassUserNameAsAdomdCustomData = value
public bool PassUserNameAsAdomdCustomData { get; set; }
Property Value
Type: System.Boolean
true if the user identity context is passed when connecting to an ADOMD.NET data source provider; otherwise false.