Share via


MiningServiceParameter.ValueEnumeration Property

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
public string ValueEnumeration { get; }
public:
property String^ ValueEnumeration {
    String^ get ();
}
/** @property */
public String get_ValueEnumeration ()
public function get ValueEnumeration () : String

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MiningServiceParameter Class
MiningServiceParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace