다음을 통해 공유


ModelTypeClass.Properties 속성

Properties for the type.

네임스페이스:  Microsoft.SqlServer.Dac.Model
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public ReadOnly Property Properties As ICollection(Of ModelPropertyClass)
    Get
‘사용 방법
Dim instance As ModelTypeClass 
Dim value As ICollection(Of ModelPropertyClass)

value = instance.Properties
public ICollection<ModelPropertyClass> Properties { get; }
public:
property ICollection<ModelPropertyClass^>^ Properties {
    ICollection<ModelPropertyClass^>^ get ();
}
member Properties : ICollection<ModelPropertyClass>
function get Properties () : ICollection<ModelPropertyClass>

속성 값

유형: System.Collections.Generic.ICollection<ModelPropertyClass>

참고 항목

참조

ModelTypeClass 클래스

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