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