IRowsetChange Interfaccia

Definizione

Attenzione

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Fornisce un'implementazione dell'interfaccia OLE DB IRowsetChange da utilizzare nelle applicazioni aggiornate da Visual Basic 6.0.

public interface class IRowsetChange
[System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowsetChange
[System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IRowsetChange
[<System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowsetChange = interface
[<System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IRowsetChange = interface
Public Interface IRowsetChange
Attributi

Commenti

Nota

Le funzioni e gli oggetti nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono forniti per essere usati dagli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic 2008. Nella maggior parte dei casi queste funzioni e questi oggetti duplicano funzionalità disponibili in altri spazi dei nomi di .NET Framework e sono necessari solo quando il modello di codice di Visual Basic 6.0 è notevolmente diverso rispetto all'implementazione di .NET Framework.

Metodi

DeleteRows(Int32, Int32, Int32[], Int32[])
Obsoleti.

Elimina righe.

InsertRow(Int32, Int32, IntPtr, Int32)
Obsoleti.

Crea e inizializza una nuova riga.

SetData(Int32, Int32, IntPtr)
Obsoleti.

Imposta in una riga i valori dei dati contenuti in una o più colonne.

Si applica a