Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an MDX expression that returns the member that identifies the temporal context of the KPI.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CurrentTimeMember As String
Get
Set
'Usage
Dim instance As Kpi
Dim value As String
value = instance.CurrentTimeMember
instance.CurrentTimeMember = value
public string CurrentTimeMember { get; set; }
public:
property String^ CurrentTimeMember {
String^ get ();
void set (String^ value);
}
member CurrentTimeMember : string with get, set
function get CurrentTimeMember () : String
function set CurrentTimeMember (value : String)
Property Value
Type: System.String
A String that contains a CurrentTimeMember.