SqlConnection.ColumnEncryptionKeyCacheTtl 屬性

定義

取得或設定欄位加密金鑰在「 始終加密 」功能中欄位加密金鑰條目的存活時間。 預設數值是2小時。 0 表示完全沒有快取。

public:
 static property TimeSpan ColumnEncryptionKeyCacheTtl { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan ColumnEncryptionKeyCacheTtl { get; set; }
static member ColumnEncryptionKeyCacheTtl : TimeSpan with get, set
Public Shared Property ColumnEncryptionKeyCacheTtl As TimeSpan

屬性值

時間間隔。

適用於