次の方法で共有


DataGeneratorTask.SourceFile プロパティ

入力データ ジェネレータ ファイルを取得または設定します。

名前空間 :  Microsoft.Data.Schema.Tasks
アセンブリ :  Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)

構文

'宣言
<RequiredAttribute> _
Public Property SourceFile As String
'使用
Dim instance As DataGeneratorTask
Dim value As String

value = instance.SourceFile

instance.SourceFile = value
[RequiredAttribute]
public string SourceFile { get; set; }
[RequiredAttribute]
public:
property String^ SourceFile {
    String^ get ();
    void set (String^ value);
}
public function get SourceFile () : String
public function set SourceFile (value : String)

プロパティ値

型 : System.String

参照

参照

DataGeneratorTask クラス

DataGeneratorTask メンバ

Microsoft.Data.Schema.Tasks 名前空間