傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
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
參數
- filePath
型別:System.String
檔案路徑。
- referenceMetadata
型別:System.Collections.Generic.Dictionary<String, String>
參考中繼資料。
傳回值
型別:Microsoft.Data.Schema.SchemaModel.CustomSchemaData
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。