Класс MiningServiceParameter
Represents an available parameter for the mining service.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningServiceParameter
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
'Применение
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter : IDisposable,
IMetadataObject
public ref class MiningServiceParameter sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningServiceParameter =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningServiceParameter implements IDisposable, IMetadataObject
Тип MiningServiceParameter обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
DefaultValue | Gets the default value for this parameter. |
![]() |
Description | Gets the description of the parameter. |
![]() |
IsRequired | Gets a Boolean indicating if this parameter is required. |
![]() |
Name | Gets the name of the parameter. |
![]() |
ParameterType | Gets the type of the parameter value. |
![]() |
Properties | Gets the properties for the mining service parameter. |
![]() |
ServiceName | Gets the service name for the mining service parameter. |
![]() |
UniqueName | |
![]() |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
{dtor} | Releases all resources used by the MiningServiceParameter. |
![]() |
Dispose | Releases all resources used by the MiningServiceParameter. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)