Partager via


SqlAnnotationDescriptor.ExternalNameParts, propriété

Obtient les parties externes du nom de l'annotation.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

SqlAnnotationDescriptor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms