다음을 통해 공유


ModelTypeClass.Metadata 속성

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>

참고 항목

참조

ModelTypeClass 클래스

Microsoft.SqlServer.Dac.Model 네임스페이스