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.
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
- metadataName
Type: System.String
The metadata name.
Return Value
Type: System.String
May return null.
.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.