Compartir a través de


ModelIdentifier.Parts (Propiedad)

Obtiene una lista de las partes del identificador.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.IList<String>
Un objeto IList<T> cuyo tipo es String.

Seguridad de .NET Framework

Vea también

Referencia

ModelIdentifier Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)