Share via


DatabaseTaskItem.MetadataCount Property

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

Gets the number of metadata settings.

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

Syntax

'Declaration
Public ReadOnly Property MetadataCount As Integer
public int MetadataCount { get; }
public:
virtual property int MetadataCount {
    int get () sealed;
}
abstract MetadataCount : int
override MetadataCount : int
final function get MetadataCount () : int

Property Value

Type: System.Int32
The number of metadata settings in this item.

Implements

ITaskItem.MetadataCount

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace