次の方法で共有


ModelTypeClass.Metadata プロパティ

その型のメタデータ クラス。

名前空間:  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>

関連項目

参照

ModelTypeClass クラス

Microsoft.SqlServer.Dac.Model 名前空間