Compartir a través de


DataSchemaModelConstructor.ModelFileName (Propiedad)

Obtiene o establece el nombre de archivo del modelo.

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

Sintaxis

'Declaración
Public Property ModelFileName As String
    Get
    Set
public string ModelFileName { get; set; }
public:
property String^ ModelFileName {
    String^ get ();
    void set (String^ value);
}
member ModelFileName : string with get, set
function get ModelFileName () : String
function set ModelFileName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModelConstructor Clase

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