SqlServerPropertyAnnotations.GetDefaultValueSql(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬性的預設 SQL 運算式集。
protected override string GetDefaultValueSql (bool fallback);
override this.GetDefaultValueSql : bool -> string
Protected Overrides Function GetDefaultValueSql (fallback As Boolean) As String
參數
- fallback
- Boolean
如果 true
已設定 ,且某些SQL Server特定 ValueGenerationStrategy ,則這個方法一律會傳回 null
,因為這些策略不會使用預設運算式。
傳回
預設運算式,如果尚未設定,則 null
為 。