その型のメタデータ クラス。
名前空間: 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>