Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Compares two arrays.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Shared Function CompareArrays ( _
a As Object(), _
b As Object() _
) As Boolean
public static bool CompareArrays (
Object[] a,
Object[] b
)
public:
static bool CompareArrays (
array<Object^>^ a,
array<Object^>^ b
)
public static boolean CompareArrays (
Object[] a,
Object[] b
)
public static function CompareArrays (
a : Object[],
b : Object[]
) : boolean
Parameter
- a
The first array to have in the comparison.
- b
The second array that you want to compare to the first.
Rückgabewert
true if both arrays are null; false is returned if either array is null, their lengths are different, or an element in one is different that the matching element in the other array.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace