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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.