SchemaCompareExcludedElement.NameParts (Propiedad)

Obtiene una lista de partes de un nombre de elemento. El procedimiento set es privado.

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

Sintaxis

'Declaración
Protected Property NameParts As IList(Of String)
    Get
    Private Set
protected IList<string> NameParts { get; private set; }
protected:
property IList<String^>^ NameParts {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member NameParts : IList<string> with get, private set
function get NameParts () : IList<String>
private function set NameParts (value : IList<String>)

Valor de propiedad

Tipo: System.Collections.Generic.IList<String>
Una lista de partes de un nombre de elemento.

Comentarios

Un nombre de elemento de "dbo.MyTable" se analizaría en elementos <Name> como sigue:

<SelectedItem 
    Type="Microsoft.Data.Schema.Sql.SchemaModel.Sql100SchemaModel,
        Microsoft.Data.Schema.Sql, Version=10.0.0.0, Culture=neutral, 
        PublicKeyToken=bo3f5f7f11d50a3a">
  <Name>dbo</Name>
  <Name>MyTable</Name>
</SelectedItem>

Seguridad de .NET Framework

Vea también

Referencia

SchemaCompareExcludedElement Clase

Microsoft.Data.Schema.Tools.Compare.Schema (Espacio de nombres)