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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.