DataGeneratorTask.Verbose 属性

获取或设置是否详细设置此任务。

命名空间:  Microsoft.Data.Schema.Tasks
程序集:  Microsoft.Data.Schema.Tasks(在 Microsoft.Data.Schema.Tasks.dll 中)

语法

声明
Public Property Verbose As Boolean
    Get
    Set
public bool Verbose { get; set; }
public:
property bool Verbose {
    bool get ();
    void set (bool value);
}
member Verbose : bool with get, set
function get Verbose () : boolean
function set Verbose (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

DataGeneratorTask 类

Microsoft.Data.Schema.Tasks 命名空间