Compartir a través de


DataGeneratorTask.SourceFile (Propiedad)

Obtiene o establece el archivo del generador de datos de entrada.

Espacio de nombres:  Microsoft.Data.Schema.Tasks
Ensamblado:  Microsoft.Data.Schema.Tasks (en Microsoft.Data.Schema.Tasks.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DataGeneratorTask Clase

Microsoft.Data.Schema.Tasks (Espacio de nombres)