Share via


DatabaseTaskItem.GetMetadata Method

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

Returns the value of the provided metadata.

Namespace:  Microsoft.Data.Schema.Build
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:
virtual String^ GetMetadata(
    String^ metadataName
) sealed
abstract GetMetadata : 
        metadataName:string -> string 
override GetMetadata : 
        metadataName:string -> string 
public final function GetMetadata(
    metadataName : String
) : String

Parameters

Return Value

Type: System.String
The metadata value.

Implements

ITaskItem.GetMetadata(String)

.NET Framework Security

See Also

Reference

DatabaseTaskItem Class

Microsoft.Data.Schema.Build Namespace