Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a parameterized instance of the DataConnectionProperties class that provides the ability to compare property names.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Sub New ( _
keyComparer As IEqualityComparer(Of String) _
)
protected DataConnectionProperties(
IEqualityComparer<string> keyComparer
)
protected:
DataConnectionProperties(
IEqualityComparer<String^>^ keyComparer
)
new :
keyComparer:IEqualityComparer<string> -> DataConnectionProperties
protected function DataConnectionProperties(
keyComparer : IEqualityComparer<String>
)
Parameters
keyComparer
Type: System.Collections.Generic.IEqualityComparer<String>A comparer of property names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class