Share via


DataSchemaModelConstructor.ModelFileName, propriété

Obtient ou définit le nom de fichier du modèle.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModelConstructor Classe

Microsoft.Data.Schema.SchemaModel, espace de noms