Свойство Value
Gets the value of the parameter.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Value As String
Get
'Применение
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
Значение свойства
Тип System. . :: . .String
Returns a String containing the value of the parameter.