Compartilhar via


Propriedade SqlAnnotationDescriptor.ExternalNameParts

Obtém a anotação de partes de nome externo.

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

Sintaxe

'Declaração
Public ReadOnly Property ExternalNameParts As ReadOnlyCollection(Of String)
    Get
public ReadOnlyCollection<string> ExternalNameParts { get; }
public:
property ReadOnlyCollection<String^>^ ExternalNameParts {
    ReadOnlyCollection<String^>^ get ();
}
member ExternalNameParts : ReadOnlyCollection<string>
function get ExternalNameParts () : ReadOnlyCollection<String>

Valor de propriedade

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>

Segurança do .NET Framework

Consulte também

Referência

SqlAnnotationDescriptor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel