DataSchemaModel.ReadDataSchemaModelHeader Method (String, Boolean)
Override this method in a database schema provider implementation to read the data schema model header.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- fileName
Type: System.String
The file from which to read.
- readCustomData
Type: System.Boolean
Indicates whether custom data should be read.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelHeader
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.