Share via


DatabaseTaskItem.MetadataNames Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a collection of names in the metadata.

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

Syntax

'Declaration
Public ReadOnly Property MetadataNames As ICollection
public ICollection MetadataNames { get; }
public:
virtual property ICollection^ MetadataNames {
    ICollection^ get () sealed;
}
abstract MetadataNames : ICollection
override MetadataNames : ICollection
final function get MetadataNames () : ICollection

Property Value

Type: System.Collections.ICollection
A collection of metadata names.

Implements

ITaskItem.MetadataNames

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace