MiningService.AllowsIncrementalInsert 属性

Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property AllowsIncrementalInsert As Boolean 
    Get
用法
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

属性值

类型:System.Boolean
true if the mining service allows additional INSERT INTO statements after the initial training; otherwise, false.

请参阅

参考

MiningService 类

Microsoft.AnalysisServices.AdomdClient 命名空间