SqlConnection.ColumnEncryptionKeyCacheTtl 屬性

定義

針對 Always Encrypted 功能,取得或設定資料行加密金鑰快取中資料行加密金鑰項目的存留時間。 預設值是 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

屬性值

時間間隔。

適用於