DatabaseTaskHost.OnCreateCustomSchemaData 方法

返回 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

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.CustomSchemaData

.NET Framework 安全性

请参见

参考

DatabaseTaskHost 类

Microsoft.Data.Schema.Build 命名空间