Share via


CustomSchemaData.GetMetadata Method

Returns the value that is associated with a metadata name.

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

Syntax

'Declaration
Public Function GetMetadata ( _
    metadataName As String _
) As String
public string GetMetadata(
    string metadataName
)
public:
String^ GetMetadata(
    String^ metadataName
)
member GetMetadata : 
        metadataName:string -> string 
public function GetMetadata(
    metadataName : String
) : String

Parameters

Return Value

Type: System.String
May return null.

.NET Framework Security

See Also

Reference

CustomSchemaData Class

Microsoft.Data.Schema.SchemaModel Namespace