ModelStructureName 属性

Gets or sets the name of the mining structure on which the query is based.

命名空间:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
程序集:  Microsoft.SqlServer.DMQueryTask(在 Microsoft.SqlServer.DMQueryTask.dll 中)

语法

声明
Public Property ModelStructureName As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
A String that contains the name of the mining structure.

实现

IDMQueryTask. . :: . .ModelStructureName