DatabaseTaskHost.OnCreateCustomSchemaData, méthode
Retourne nullune référence null (Nothing en Visual Basic).
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- filePath
Type : System.String
Chemin d'accès au fichier.
- referenceMetadata
Type : System.Collections.Generic.Dictionary<String, String>
Métadonnées de référence.
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.CustomSchemaData
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.