IDMQueryTask.ModelName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the mining model on which the query is based.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Property ModelName As String
Get
Set
'Usage
Dim instance As IDMQueryTask
Dim value As String
value = instance.ModelName
instance.ModelName = value
string ModelName { get; set; }
property String^ ModelName {
String^ get ();
void set (String^ value);
}
abstract ModelName : string with get, set
function get ModelName () : String
function set ModelName (value : String)
Property Value
Type: System.String
The name of the mining model.