CustomSchemaData.SetMetadata Method
Adds or resets a named metadata value to a collection.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub SetMetadata ( _
metadataName As String, _
metadataValue As String _
)
public void SetMetadata(
string metadataName,
string metadataValue
)
public:
void SetMetadata(
String^ metadataName,
String^ metadataValue
)
member SetMetadata :
metadataName:string *
metadataValue:string -> unit
public function SetMetadata(
metadataName : String,
metadataValue : String
)
Parameters
- metadataName
Type: System.String
The name to add.
- metadataValue
Type: System.String
The value to add.
.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.