Share via


SqlElementDescriptor.ExternalReferenceParts Property

Gets the external parts for the name of the element.

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

Syntax

'Declaration
Public ReadOnly Property ExternalReferenceParts As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ExternalReferenceParts { get; }
public:
property ReadOnlyCollection<String^>^ ExternalReferenceParts {
    ReadOnlyCollection<String^>^ get ();
}
member ExternalReferenceParts : ReadOnlyCollection<string>
function get ExternalReferenceParts () : ReadOnlyCollection<String>

Property Value

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

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace