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
.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.