IDMQueryTask.ModelStructureName 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 structure on which the query is based.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Property ModelStructureName As String
Get
Set
'Usage
Dim instance As IDMQueryTask
Dim value As String
value = instance.ModelStructureName
instance.ModelStructureName = value
string ModelStructureName { get; set; }
property String^ ModelStructureName {
String^ get ();
void set (String^ value);
}
abstract ModelStructureName : string with get, set
function get ModelStructureName () : String
function set ModelStructureName (value : String)
Property Value
Type: System.String
The name of the mining structure.