Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a string that describes possible values for this parameter.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ValueEnumeration As String
Get
'Usage
Dim instance As MiningServiceParameter
Dim value As String
value = instance.ValueEnumeration
public string ValueEnumeration { get; }
public:
property String^ ValueEnumeration {
String^ get ();
}
member ValueEnumeration : string
function get ValueEnumeration () : String
Property Value
Type: System.String
A String that describes possible values for this parameter.
Remarks
This value could contain a comma-delimited list of values (5,10,15), ranged descriptions (5-10), or other methods of describing possible values.