Compartir a través de


DatabaseTaskHost.OnCreateCustomSchemaData (Método)

Devuelve nullreferencia null (Nothing en Visual Basic).

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.CustomSchemaData

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)