共用方式為


ValueEnumeration 屬性

Gets a string that describes possible values for this parameter.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property ValueEnumeration As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String that describes possible values for this parameter.

備註

This value could contain a comma-delimited list of values (5,10,15), ranged descriptions (5-10), or other methods of describing possible values.