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>