IRelationalPropertyAnnotations 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 存取 Relational(IProperty) 關聯式特定批註的屬性。
public interface IRelationalPropertyAnnotations
type IRelationalPropertyAnnotations = interface
Public Interface IRelationalPropertyAnnotations
- 衍生
屬性
ColumnName |
屬性所對應的資料行名稱。 |
ColumnType |
屬性所對應之資料行的資料庫類型。 |
ComputedColumnSql |
建立此屬性之資料行時應該使用的計算條件約束 SQL 運算式。 |
DefaultValue |
建立此屬性的資料行時,要用於資料行定義中的預設值。 |
DefaultValueSql |
建立此屬性之資料行時應該使用的預設條件約束 SQL 運算式。 |
IsFixedLength |
旗標,指出 屬性是否能夠只儲存固定長度的資料,例如字串。 |