Propriedade CustomSchemaData.MetadataNames

Obtém uma coleção de nomes de metadados.

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

Sintaxe

'Declaração
Public ReadOnly Property MetadataNames As ICollection(Of String)
    Get
public ICollection<string> MetadataNames { get; }
public:
property ICollection<String^>^ MetadataNames {
    ICollection<String^>^ get ();
}
member MetadataNames : ICollection<string>
function get MetadataNames () : ICollection<String>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>

Segurança do .NET Framework

Consulte também

Referência

CustomSchemaData Classe

Namespace Microsoft.Data.Schema.SchemaModel