Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the DataRow object that contains the data row where the error occurred.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Change As DataRow
Get
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As DataRow
value = instance.Change
public DataRow Change { get; }
public:
property DataRow^ Change {
DataRow^ get ();
}
member Change : DataRow
function get Change () : DataRow
Property Value
Type: System.Data.DataRow
A DataRow object that contains the data row where the error occurred.