Compartir a través de


SqlAnnotationDescriptor.ExternalNameParts (Propiedad)

Obtiene las partes externas del nombre de la anotación.

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

Sintaxis

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

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

Seguridad de .NET Framework

Vea también

Referencia

SqlAnnotationDescriptor Clase

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