Partilhar via


Propriedade DataGeneratorTask.SourceFile

Obtém ou define o arquivo do gerador de dados de entrada.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
<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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DataGeneratorTask Classe

Namespace Microsoft.Data.Schema.Tasks