Propriété MiningService.AllowsIncrementalInsert
Obtient une valeur qui indique si le service d'exploration de données autorise des instructions INSERT INTO supplémentaires après l'apprentissage initial.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllowsIncrementalInsert As Boolean
Get
'Utilisation
Dim instance As MiningService
Dim value As Boolean
value = instance.AllowsIncrementalInsert
public bool AllowsIncrementalInsert { get; }
public:
property bool AllowsIncrementalInsert {
bool get ();
}
member AllowsIncrementalInsert : bool
function get AllowsIncrementalInsert () : boolean
Valeur de propriété
Type : Boolean
True si le service d'exploration de données autorise des instructions INSERT INTO supplémentaires après l'apprentissage initial ; sinon, False.