ModelUtilities.ReadHeaderData Method
Reads the header data from a serialized .dbschema file.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function ReadHeaderData ( _
dbSchemaFileFullPath As String _
) As DataSchemaModelHeaderData
'Usage
Dim dbSchemaFileFullPath As String
Dim returnValue As DataSchemaModelHeaderData
returnValue = ModelUtilities.ReadHeaderData(dbSchemaFileFullPath)
public static DataSchemaModelHeaderData ReadHeaderData(
string dbSchemaFileFullPath
)
public:
static DataSchemaModelHeaderData^ ReadHeaderData(
String^ dbSchemaFileFullPath
)
public static function ReadHeaderData(
dbSchemaFileFullPath : String
) : DataSchemaModelHeaderData
static member ReadHeaderData :
dbSchemaFileFullPath:string -> DataSchemaModelHeaderData
Parameters
- dbSchemaFileFullPath
Type: System.String
The file path
Return Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelHeaderData
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace