DataGeneratorTask.SourceFile 属性

获取或设置输入数据生成器文件。

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

语法

声明
<RequiredAttribute> _
Public Property SourceFile As String
    Get
    Set
[RequiredAttribute]
public string SourceFile { get; set; }
[RequiredAttribute]
public:
property String^ SourceFile {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member SourceFile : string with get, set
function get SourceFile () : String
function set SourceFile (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DataGeneratorTask 类

Microsoft.Data.Schema.Tasks 命名空间