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 the caption to be used for Unknown Members in the default language for a Dimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property UnknownMemberName As String
Get
Set
'Usage
Dim instance As Dimension
Dim value As String
value = instance.UnknownMemberName
instance.UnknownMemberName = value
public string UnknownMemberName { get; set; }
public:
property String^ UnknownMemberName {
String^ get ();
void set (String^ value);
}
member UnknownMemberName : string with get, set
function get UnknownMemberName () : String
function set UnknownMemberName (value : String)
Property Value
Type: System.String
The UnknownMemberName. The default is Unknown.