Compartilhar via


Propriedade ReverseEngineerFilterElement.ElementNameParts

Obtém ou define uma lista das partes do nome do elemento.

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

Sintaxe

'Declaração
Public Property ElementNameParts As IList(Of String)
    Get
    Private Set
public IList<string> ElementNameParts { get; private set; }
public:
property IList<String^>^ ElementNameParts {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member ElementNameParts : IList<string> with get, private set
function get ElementNameParts () : IList<String>
private function set ElementNameParts (value : IList<String>)

Valor de propriedade

Tipo: System.Collections.Generic.IList<String>
A lista de partes do nome do elemento.

Comentários

Um elemento chamado "dbo.MinhaTabela" seria representada por uma lista com duas partes de nome: "dbo" e "MinhaTabela".

Segurança do .NET Framework

Consulte também

Referência

ReverseEngineerFilterElement Classe

Namespace Microsoft.Data.Schema.SchemaModel

ReverseEngineerFilterElement