SqlAnnotationDescriptor.ExternalNameParts-Eigenschaft

Ruft die externen Teile des Anmerkungsnamens ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlAnnotationDescriptor Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace