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


MiningParameter.Value Property

Gets the value of the mining parameter.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Value As String
public string this { get; }
public:
property String^ default {
    String^ get ();
}
/** @property */
public String get_Value ()
public function get Value () : String

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

A string that contains the value of the parameter.

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

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.

См. также

Справочник

MiningParameter Class
MiningParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace