Proprietà MiningParameter.Value

Gets the value of the parameter.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As String 
    Get
'Utilizzo
Dim instance As MiningParameter 
Dim value As String 

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

Valore proprietà

Tipo: System.String
Returns a String containing the value of the parameter.

Vedere anche

Riferimento

MiningParameter Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient