Método DatabaseTaskHost.OnCreateCustomSchemaData
Retorna nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
- filePath
Tipo: System.String
O caminho do arquivo.
- referenceMetadata
Tipo: System.Collections.Generic.Dictionary<String, String>
Os metadados de referência.
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.CustomSchemaData
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.