Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function OnCreateCustomSchemaData ( _
filePath As String, _
referenceMetadata As Dictionary(Of String, String) _
) As CustomSchemaData
protected virtual CustomSchemaData OnCreateCustomSchemaData(
string filePath,
Dictionary<string, string> referenceMetadata
)
protected:
virtual CustomSchemaData^ OnCreateCustomSchemaData(
String^ filePath,
Dictionary<String^, String^>^ referenceMetadata
)
abstract OnCreateCustomSchemaData :
filePath:string *
referenceMetadata:Dictionary<string, string> -> CustomSchemaData
override OnCreateCustomSchemaData :
filePath:string *
referenceMetadata:Dictionary<string, string> -> CustomSchemaData
protected function OnCreateCustomSchemaData(
filePath : String,
referenceMetadata : Dictionary<String, String>
) : CustomSchemaData
Parameters
- filePath
Type: System.String
The file path.
- referenceMetadata
Type: System.Collections.Generic.Dictionary<String, String>
The reference metadata.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
.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.