Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a collection of possible values associated with the column.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Values As MiningValueCollection
Get
'Usage
Dim instance As MiningModelColumn
Dim value As MiningValueCollection
value = instance.Values
public MiningValueCollection Values { get; }
public:
property MiningValueCollection^ Values {
MiningValueCollection^ get ();
}
member Values : MiningValueCollection
function get Values () : MiningValueCollection
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningValueCollection
A collection of possible values associated with the column.