Metadata properties for the type.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property Metadata As ICollection(Of ModelMetadataClass)
Get
用法
Dim instance As ModelTypeClass
Dim value As ICollection(Of ModelMetadataClass)
value = instance.Metadata
public ICollection<ModelMetadataClass> Metadata { get; }
public:
property ICollection<ModelMetadataClass^>^ Metadata {
ICollection<ModelMetadataClass^>^ get ();
}
member Metadata : ICollection<ModelMetadataClass>
function get Metadata () : ICollection<ModelMetadataClass>
属性值
类型:System.Collections.Generic.ICollection<ModelMetadataClass>