SqlServerKeyOperations.DefinitionStages.WithCreationDate インターフェイス

public static interface SqlServerKeyOperations.DefinitionStages.WithCreationDate

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

メソッドの概要

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

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

メソッドの詳細

withCreationDate

public abstract SqlServerKeyOperations.DefinitionStages.WithCreate withCreationDate(DateTime creationDate)

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

Parameters:

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

Returns:

定義の次のステージ。

適用対象