ModelName 屬性
Gets or sets the name of the mining model on which the query is based.
命名空間: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
組件: Microsoft.SqlServer.DMQueryTask (在 Microsoft.SqlServer.DMQueryTask.dll 中)
語法
'宣告
Public Property ModelName As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A String that contains the name of the mining model.