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.
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
- metadataName
Type: System.String
The name of the metadata.
Return Value
Type: System.String
The metadata value.
Implements
.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.