Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Database schema provider implementations override this to provide a list of custom metadata names, such as references.
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>
)
Parameters
- customMetadataNames
Type: System.Collections.Generic.HashSet<String>
The names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.