DMQueryTask.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

請參閱

參考

DMQueryTask 類別

Microsoft.SqlServer.Dts.Tasks.DMQueryTask 命名空間