Sdílet prostřednictvím


SecurityTargetObjectName.Identifiers – vlastnost

Získá seznam identifikátorů.

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

Syntaxe

'Deklarace
Public ReadOnly Property Identifiers As IList(Of Identifier)
    Get
public IList<Identifier> Identifiers { get; }
public:
property IList<Identifier^>^ Identifiers {
    IList<Identifier^>^ get ();
}
member Identifiers : IList<Identifier>
function get Identifiers () : IList<Identifier>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Identifier>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SecurityTargetObjectName Třída

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