共用方式為


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 命名空間