ValueEnumeration 属性
Gets a string that describes possible values for this parameter.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property ValueEnumeration As String
Get
用法
Dim instance As MiningServiceParameter
Dim value As String
value = instance.ValueEnumeration
public string ValueEnumeration { get; }
public:
property String^ ValueEnumeration {
String^ get ();
}
member ValueEnumeration : string
function get ValueEnumeration () : String
属性值
类型:System. . :: . .String
A String that describes possible values for this parameter.
注释
This value could contain a comma-delimited list of values (5,10,15), ranged descriptions (5-10), or other methods of describing possible values.