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