Propriedade ModelIdentifier.Parts

Obtém uma lista das partes do identificador.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ModelIdentifier Classe

Namespace Microsoft.Data.Schema.SchemaModel