Proprietà SqlElementDescriptor.Identifiers

Ottiene le parti del nome dell'elemento.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlElementDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel