Share via


SqlElementDescriptor.Identifiers Property

Gets a collection of parts of the elements name.

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

Syntax

'Declaration
Public ReadOnly Property Identifiers As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As SqlElementDescriptor
Dim value As ReadOnlyCollection(Of String)

value = instance.Identifiers
public ReadOnlyCollection<string> Identifiers { get; }
public:
property ReadOnlyCollection<String^>^ Identifiers {
    ReadOnlyCollection<String^>^ get ();
}
function get Identifiers () : ReadOnlyCollection<String>
member Identifiers : ReadOnlyCollection<string>

Property Value

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

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace