Propriété Value
Gets the value of the parameter.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Value As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
Returns a String containing the value of the parameter.