DataSchemaModel.ReadDataSchemaModelHeader, méthode (String, Boolean)
Remplace cette méthode dans une implémentation de fournisseur de schéma de base de données afin de lire l'en-tête du modèle de schéma de données.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Shared Function ReadDataSchemaModelHeader ( _
fileName As String, _
readCustomData As Boolean _
) As DataSchemaModelHeader
public static DataSchemaModelHeader ReadDataSchemaModelHeader(
string fileName,
bool readCustomData
)
public:
static DataSchemaModelHeader^ ReadDataSchemaModelHeader(
String^ fileName,
bool readCustomData
)
static member ReadDataSchemaModelHeader :
fileName:string *
readCustomData:bool -> DataSchemaModelHeader
public static function ReadDataSchemaModelHeader(
fileName : String,
readCustomData : boolean
) : DataSchemaModelHeader
Paramètres
- fileName
Type : System.String
Fichier dans lequel effectuer la lecture.
- readCustomData
Type : System.Boolean
Indique si les données personnalisées doivent être lues.
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModelHeader
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.