Поделиться через


SqlAnnotationDescriptor.ExternalNameParts Property

Gets the annotation name external parts.

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)
public ReadOnlyCollection<string> ExternalNameParts { get; }
public:
property ReadOnlyCollection<String^>^ ExternalNameParts {
    ReadOnlyCollection<String^>^ get ();
}
member ExternalNameParts : ReadOnlyCollection<string>
function get ExternalNameParts () : ReadOnlyCollection<String>

Property Value

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

.NET Framework Security

See Also

Reference

SqlAnnotationDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace