Share via


SqlElementDescriptor.Identifiers Property

Gets the parts of 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 Identifiers As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> Identifiers { get; }
public:
property ReadOnlyCollection<String^>^ Identifiers {
    ReadOnlyCollection<String^>^ get ();
}
member Identifiers : ReadOnlyCollection<string>
function get Identifiers () : ReadOnlyCollection<String>

Property Value

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

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace