Proprietà IsProcessed
Determines whether the MiningModelColumn is processed.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsProcessed As Boolean
Get
'Utilizzo
Dim instance As MiningModelColumn
Dim value As Boolean
value = instance.IsProcessed
public bool IsProcessed { get; }
public:
property bool IsProcessed {
bool get ();
}
member IsProcessed : bool
function get IsProcessed () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
true if the MiningModelColumn is processed; false otherwise.
Vedere anche