Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the MiningModelColumn class with the specified mining model.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Visual Basic does not support APIs that consume or return unsafe types.
'Usage
Visual Basic does not support APIs that consume or return unsafe types.
public MiningModelColumn(
ASMiningModel* in_pModel
)
public:
MiningModelColumn(
ASMiningModel* in_pModel
)
new :
in_pModel:nativeptr<ASMiningModel> -> MiningModelColumn
JScript does not support APIs that consume or return unsafe types.
Parameters
- in_pModel
Type: ASMiningModel*
The mining model.