DataSchemaModel.ReadDataSchemaModelHeader, méthode (TextReader, 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 ( _
input As TextReader, _
readCustomData As Boolean _
) As DataSchemaModelHeader
public static DataSchemaModelHeader ReadDataSchemaModelHeader(
TextReader input,
bool readCustomData
)
public:
static DataSchemaModelHeader^ ReadDataSchemaModelHeader(
TextReader^ input,
bool readCustomData
)
static member ReadDataSchemaModelHeader :
input:TextReader *
readCustomData:bool -> DataSchemaModelHeader
public static function ReadDataSchemaModelHeader(
input : TextReader,
readCustomData : boolean
) : DataSchemaModelHeader
Paramètres
- input
Type : System.IO.TextReader
TextReader 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.