共用方式為


CustomSchemaData.MetadataNames 屬性

取得中繼資料名稱的集合。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.ICollection<String>

.NET Framework 安全性

請參閱

參考

CustomSchemaData 類別

Microsoft.Data.Schema.SchemaModel 命名空間