Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Property ModelName As String
Get
Set
'Usage
Dim instance As DMQueryTask
Dim value As String
value = instance.ModelName
instance.ModelName = value
public string ModelName { get; set; }
public:
virtual property String^ ModelName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ModelName : string with get, set
override ModelName : string with get, set
final function get ModelName () : String
final function set ModelName (value : String)
Property Value
Type: System.String
A String that contains the name of the mining model.