共用方式為


IDesigner.Description 屬性

取得這個設計工具所對應之散發或資料產生器的描述。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
ReadOnly Property Description As String
    Get
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string
function get Description () : String

屬性值

型別:System.String
String ,其中包含散發或資料產生器的描述。

備註

資料產生計劃所包含的每個散發和資料產生器都具有一個設計工具執行個體。

.NET Framework 安全性

請參閱

參考

IDesigner 介面

Microsoft.Data.Schema.Tools.DataGenerator 命名空間