ModelIdentifier.ExternalParts 属性

如果标识符在当前模型之外,则获取外部引用部分的列表。

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

语法

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

属性值

类型:System.Collections.Generic.IList<String>
外部部分的列表。

.NET Framework 安全性

请参见

参考

ModelIdentifier 类

Microsoft.Data.Schema.SchemaModel 命名空间

IExternalReferenceParts