Propriedade DataSchemaModelConstructor.ModelFileName

Obtém ou define o nome do arquivo de modelo.

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

Sintaxe

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

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModelConstructor Classe

Namespace Microsoft.Data.Schema.SchemaModel