Поделиться через


MiningServiceParameter.ValueEnumeration Property

Gets a string that describes possible values for this parameter.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
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

Значение свойства

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MiningServiceParameter Class
MiningServiceParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace