ModelIdentifier.ExternalParts Property
Gets a list of the external reference parts if the identifier is external to the current model.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ExternalParts As IList(Of String)
public IList<string> ExternalParts { get; }
public:
property IList<String^>^ ExternalParts {
IList<String^>^ get ();
}
member ExternalParts : IList<string>
function get ExternalParts () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
The list of external parts.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
IExternalReferenceParts