IDMQueryTask.ModelName Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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