Freigeben über


DatabaseTaskHost.PopulateCustomMetadataNames-Methode

Dies wird durch Implementierungen von Datenbankschemaanbietern überschrieben, um eine Liste benutzerdefinierter Metadatennamen (z. B. Verweise) bereitzustellen.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Sub PopulateCustomMetadataNames ( _
    customMetadataNames As HashSet(Of String) _
)
protected virtual void PopulateCustomMetadataNames(
    HashSet<string> customMetadataNames
)
protected:
virtual void PopulateCustomMetadataNames(
    HashSet<String^>^ customMetadataNames
)
abstract PopulateCustomMetadataNames : 
        customMetadataNames:HashSet<string> -> unit 
override PopulateCustomMetadataNames : 
        customMetadataNames:HashSet<string> -> unit 
protected function PopulateCustomMetadataNames(
    customMetadataNames : HashSet<String>
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace