SqlServerKey.UpdateStages.WithCreationDate インターフェイス

public static interface SqlServerKey.UpdateStages.WithCreationDate

サーバー キーの作成日を設定するSQL Serverキー定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withCreationDate(DateTime creationDate)

サーバー キーの作成日を設定します。

メソッドの詳細

withCreationDate

public abstract SqlServerKey.Update withCreationDate(DateTime creationDate)

サーバー キーの作成日を設定します。

Parameters:

creationDate - サーバー キーの作成日

Returns:

定義の次のステージ。

適用対象