DataConnectionProperties.Keys, propriété

Obtient une collection des noms de clés actuels de propriété.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Keys As ICollection(Of String)
[BrowsableAttribute(false)]
public ICollection<string> Keys { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Keys : ICollection<string> with get
[<BrowsableAttribute(false)>]
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Valeur de propriété

Type : ICollection<String>
Collection des noms de clés actuels de propriété.

Implémentations

IDictionary.Keys

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms