Clase MiningServiceParameter
Represents an available parameter for the mining service.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningServiceParameter
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
'Uso
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
El tipo MiningServiceParameter expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningServiceParameter. | |
Dispose | Releases all resources used by the MiningServiceParameter. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.