ModelIdentifier.Parts 属性

获取标识符部分的列表。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property Parts As IList(Of String)
    Get
public IList<string> Parts { get; }
public:
property IList<String^>^ Parts {
    IList<String^>^ get ();
}
member Parts : IList<string>
function get Parts () : IList<String>

属性值

类型:System.Collections.Generic.IList<String>
一个类型为 StringIList<T>

.NET Framework 安全性

请参见

参考

ModelIdentifier 类

Microsoft.Data.Schema.SchemaModel 命名空间