Classe MiningServiceParameter
Represents an available parameter for the mining service.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
'Utilizzo
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
Nel tipo MiningServiceParameter sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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 | Gets the unique name of the MiningServiceParameter. | |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
{dtor} | Releases all resources used by the MiningServiceParameter. | |
Dispose | Releases all resources used by the MiningServiceParameter. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.