EventSessionObjectName.Identifiers, propriété
Obtient une liste d'identificateurs.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : System.Collections.Generic.IList<Identifier>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.