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.
Class constructor. Instantiates a parameterized instance of the DataConnectionProperties class that provides the ability to compare property names.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
propertyNameComparer As IComparer _
)
public DataConnectionProperties(
IComparer propertyNameComparer
)
public:
DataConnectionProperties(
IComparer^ propertyNameComparer
)
new :
propertyNameComparer:IComparer -> DataConnectionProperties
public function DataConnectionProperties(
propertyNameComparer : IComparer
)
Parameters
propertyNameComparer
Type: System.Collections.IComparerA 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