Partager via


ModelIdentifier.Parts, propriété

Obtient une liste des parties de l'identificateur.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IList<String>
IList<T> de type String.

Sécurité .NET Framework

Voir aussi

Référence

ModelIdentifier Classe

Microsoft.Data.Schema.SchemaModel, espace de noms