入力データ ジェネレータ ファイルを取得または設定します。
名前空間 : 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