Proprietà ModelIdentifier.ExternalParts

Ottiene un elenco delle parti di riferimento esterne se l'identificatore è esterno al modello corrente.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<String>
Elenco delle parti esterne.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelIdentifier Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IExternalReferenceParts