MiningParameter.Value Property

Gets the value of the mining parameter.

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

Syntax

'Declaration
Public ReadOnly Default Property Value As String 
    Get
'Usage
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

Property Value

Type: String
A string that contains the value of the parameter.

See Also

Reference

MiningParameter Class

Microsoft.AnalysisServices.AdomdServer Namespace