Класс MiningServiceParameter
Represents an available parameter for the mining service.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class MiningServiceParameter
'Применение
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter
public ref class MiningServiceParameter sealed
[<SealedAttribute>]
type MiningServiceParameter = class end
public final class MiningServiceParameter
Тип MiningServiceParameter обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
DefaultValue | Gets the default value for this parameter. | |
Description | Gets the description of the parameter. | |
IsRequired | Indicates whether 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. | |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | Determines whether two instances of MiningServiceParameter are equal. (Переопределяет Object.Equals(Object).) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().) | |
GetType | (Производный от Object.) | |
ToString | Gets the name of the mining service parameter. (Переопределяет Object.ToString().) |
В начало
Операторы
Имя | Описание | |
---|---|---|
Equality | Determines whether two instances of MiningServiceParameter are equal. | |
Inequality | Determines whether two instances of MiningServiceParameter are unequal. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.