Sdílet prostřednictvím


ModelIdentifier.Parts – vlastnost

Získá seznam částí identifikátoru.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<String>
An IList<T> of type String.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelIdentifier Třída

Microsoft.Data.Schema.SchemaModel – obor názvů