Compartilhar via


Propriedade do RDL MiningParameter.Value

Gets the value of the mining parameter.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Value As String 
    Get
'Uso
Dim instance As MiningParameter 
Dim value As String 

value = instance
public string this { get; }
public:
property String^ default {
    String^ get ();
}
member Value : string
function get Value () : String

Valor da propriedade

Tipo: System.String
A string that contains the value of the parameter.

Consulte também

Referência

MiningParameter Classe

Namespace Microsoft.AnalysisServices.AdomdServer