Sdílet prostřednictvím


SqlElementDescriptor.Identifiers – vlastnost

Získá částí název prvku.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlElementDescriptor Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů