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

public interface class IRowsetNotify
[System.Runtime.InteropServices.Guid("0c733a83-2a1c-11ce-ade5-00aa0044773d")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowsetNotify
[System.Runtime.InteropServices.Guid("0c733a83-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 IRowsetNotify
[<System.Runtime.InteropServices.Guid("0c733a83-2a1c-11ce-ade5-00aa0044773d")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowsetNotify = interface
[<System.Runtime.InteropServices.Guid("0c733a83-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 IRowsetNotify = interface
Public Interface IRowsetNotify
Öznitelikler

Açıklamalar

Note

Ad alanı içindeki Microsoft.VisualBasic.Compatibility.VB6 işlevler ve nesneler, Visual Basic 6.0'dan Visual Basic'e yükseltme araçları tarafından kullanılmak üzere sağlanır. Ç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
OnFieldChange(IRowset, Int32, Int32, Int32[], Int32, Int32, Int32)
Geçersiz.

Bir sütunun değerindeki herhangi bir değişikliği tüketiciye bildirir.

OnRowChange(IRowset, Int32, Int32[], Int32, Int32, Int32)
Geçersiz.

Tüketiciye bir satırdaki ilk değişikliği veya satırın tamamını etkileyen herhangi bir değişikliği bildirir.

OnRowsetChange(IRowset, Int32, Int32, Int32)
Geçersiz.

Tüm satır kümesini etkileyen değişiklikleri tüketiciye bildirir.

Şunlara uygulanır