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 structure 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 ModelStructureName As String
Get
Set
'Usage
Dim instance As DMQueryTask
Dim value As String
value = instance.ModelStructureName
instance.ModelStructureName = value
public string ModelStructureName { get; set; }
public:
virtual property String^ ModelStructureName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ModelStructureName : string with get, set
override ModelStructureName : string with get, set
final function get ModelStructureName () : String
final function set ModelStructureName (value : String)
Property Value
Type: System.String
A String that contains the name of the mining structure.
Implements
IDMQueryTask.ModelStructureName