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.
Retrieves an object that allows you to compare data-source-specific version numbers.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property SourceVersionComparer As DataSourceVersionComparer
public DataSourceVersionComparer SourceVersionComparer { get; }
public:
property DataSourceVersionComparer^ SourceVersionComparer {
DataSourceVersionComparer^ get ();
}
member SourceVersionComparer : DataSourceVersionComparer with get
function get SourceVersionComparer () : DataSourceVersionComparer
Property Value
Type: Microsoft.VisualStudio.Data.DataSourceVersionComparer
Returns a DataSourceVersionComparer object instance, which enables comparing data source version numbers.
.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.