Compartir a través de


ReverseEngineerFilterElement.ElementNameParts (Propiedad)

Obtiene o establece una lista de partes del nombre del elemento.

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

Sintaxis

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

Tipo: System.Collections.Generic.IList<String>
Lista de partes en el nombre del elemento.

Comentarios

Un elemento denominado “dbo.mitabla” sería representado por una lista con dos partes de nombre: “dbo” y “Mitabla”.

Seguridad de .NET Framework

Vea también

Referencia

ReverseEngineerFilterElement Clase

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

ReverseEngineerFilterElement