Share via


DatabaseTaskItem.RemoveMetadata Method

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

Removes the specified metadata.

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

Syntax

'Declaration
Public Sub RemoveMetadata ( _
    metadataName As String _
)
public void RemoveMetadata(
    string metadataName
)
public:
virtual void RemoveMetadata(
    String^ metadataName
) sealed
abstract RemoveMetadata : 
        metadataName:string -> unit 
override RemoveMetadata : 
        metadataName:string -> unit 
public final function RemoveMetadata(
    metadataName : String
)

Parameters

Implements

ITaskItem.RemoveMetadata(String)

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace