Proprietà DataGeneratorTask.SourceFile

Ottiene o imposta il file del generatore dei dati di input.

Spazio dei nomi:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataGeneratorTask Classe

Spazio dei nomi Microsoft.Data.Schema.Tasks