MiningService.AllowsIncrementalInsert 属性
获取一个值,该值指示挖掘服务是否允许在初始定型后具有附加的 INSERT INTO 语句。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.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
属性值
类型:Boolean
如果挖掘服务允许在初始定型后具有附加的 INSERT INTO 语句,则为 true;否则为 false。