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

Note

Microsoft.VisualBasic.Compatibility.VB6 ad alanı içindeki işlevler ve nesneler, Visual Basic 6.0'dan Visual Basic 2008'e yükseltme araçları tarafından kullanılabilir. Çoğu durumda, bu işlevler ve nesneler .NET Framework'teki diğer ad alanlarına bulabileceğiniz işlevleri yineler. Bunlar yalnızca Visual Basic 6.0 kod modeli .NET Framework uygulamasından önemli ölçüde farklı olduğunda gereklidir.

Yöntemler

Name Description
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 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