共用方式為


InputDescriptor.Description 屬性

取得或設定輸入的描述。

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

語法

'宣告
Public Property Description As String
    Get
    Set
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

屬性值

型別:System.String
輸入的描述。

備註

這個描述會顯示於 [屬性] 視窗。

.NET Framework 安全性

請參閱

參考

InputDescriptor 類別

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