MiningParameter.Value 属性
获取挖掘参数的值。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Default Property Value As String
Get
用法
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
属性值
类型:String
一个字符串,该字符串包含参数的值。