IRowsetChange Arabirim

Tanım

Dikkat

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

Visual Basic 6.0'dan yükseltilen uygulamalar tarafından kullanılmak üzere OLE DB IRowsetChange arabiriminin bir uygulamasını sağlar.

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
Öznitelikler

Açıklamalar

Not

Microsoft.VisualBasic.Compatibility.VB6 ad alanındaki işlevler ve nesneler, Visual Basic 6.0’dan Visual Basic 2008’e yükseltme araçlarının kullanımı için sağlanır. Çoğu durumda, bu işlevler ve nesneler .NET Framework’teki diğer ad alanlarında bulabileceğiniz işlevlerin birer yinelemesidir. Bunlar yalnızca, Visual Basic 6.0 kod modelinin .NET Framework uygulamasından önemli ölçüde farklı olduğu durumlarda gereklidir.

Yöntemler

DeleteRows(Int32, Int32, Int32[], Int32[])
Geçersiz.

Satırları siler.

InsertRow(Int32, Int32, IntPtr, Int32)
Geçersiz.

Yeni bir satır oluşturur ve başlatır.

SetData(Int32, Int32, IntPtr)
Geçersiz.

Bir satırdaki bir veya daha fazla sütundaki veri değerlerini ayarlar.

Şunlara uygulanır