Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- metadataName
Type: System.String
The metadata name.
Implements
ITaskItem.RemoveMetadata(String)
.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.