Share via


IAnnotation 介面

定義

可儲存在實作 IReadOnlyAnnotatable 之物件的任意中繼資料片段。

資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public interface IAnnotation
type IAnnotation = interface
Public Interface IAnnotation
衍生

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

屬性

Name

取得這個注釋的索引鍵。

Value

取得指派給這個注釋的值。

適用於