CustomSchemaData.RemoveMetadata Method
Removes a corresponding metadata value from a collection.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub RemoveMetadata ( _
metadataName As String _
)
public void RemoveMetadata(
string metadataName
)
public:
void RemoveMetadata(
String^ metadataName
)
member RemoveMetadata :
metadataName:string -> unit
public function RemoveMetadata(
metadataName : String
)
Parameters
- metadataName
Type: System.String
The name for the value to remove.
.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.