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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.