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

Not

Ad alanında bulunan 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ı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

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

Bir sütunun değerindeki değişiklikleri tüketiciye bildirir.

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

Bir satırda yapılan ilk değişikliğin veya satırın tamamını etkileyen herhangi bir değişikliğin tüketiciye bildirir.

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

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

Şunlara uygulanır