MiningServiceParameter.ServiceName Property
Gets the service name for the mining service parameter.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property ServiceName As String
public string ServiceName { get; }
public:
property String^ ServiceName {
String^ get ();
}
/** @property */
public String get_ServiceName ()
public function get ServiceName () : String
Значение свойства
A String containing the service name.
Синхронизация потоков
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