Share via


DatabaseTaskItem.CloneCustomMetadata Method

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

Returns a cloned copy of the metadata names.

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

Syntax

'Declaration
Public Function CloneCustomMetadata As IDictionary
public IDictionary CloneCustomMetadata()
public:
virtual IDictionary^ CloneCustomMetadata() sealed
abstract CloneCustomMetadata : unit -> IDictionary 
override CloneCustomMetadata : unit -> IDictionary 
public final function CloneCustomMetadata() : IDictionary

Return Value

Type: System.Collections.IDictionary
A hash table of the metadata names.

Implements

ITaskItem.CloneCustomMetadata()

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace