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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.