SqlServerPropertyAnnotations 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqlServerPropertyAnnotations(IProperty) |
建構指定 IProperty 之 注釋的實例。 |
SqlServerPropertyAnnotations(RelationalAnnotations) |
建構指定批註 IProperty 協助程式所表示之 之 的實例。 |
SqlServerPropertyAnnotations(IProperty)
建構指定 IProperty 之 注釋的實例。
public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)
參數
適用於
SqlServerPropertyAnnotations(RelationalAnnotations)
建構指定批註 IProperty 協助程式所表示之 之 的實例。
protected SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
參數
- annotations
- RelationalAnnotations
RelationalAnnotations代表 IProperty 要標注之 的協助程式。