IRowset 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 IRowset arabiriminin bir uygulamasını sağlar.

public interface class IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-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 IRowset
[<System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowset = interface
[<System.Runtime.InteropServices.Guid("0C733A7C-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 IRowset = interface
Public Interface IRowset
Ö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

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

Var olan bir satır tanıtıcısına başvuru sayısı ekler.

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

Satır kümesinin satırın kopyasından veri alır.

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

Satırları sıralı olarak getirir ve önceki konumu anımsar.

ReleaseRows(Int32, Int32[], IntPtr, IntPtr, IntPtr)
Geçersiz.

Satırları serbest bırakır.

RestartPosition(Int32)
Geçersiz.

Sonraki getirme konumunu ilk konumuna yeniden konumlandırır.

Şunlara uygulanır