SqlServerKeyOperations.DefinitionStages.WithCreationDate Interface

public static interface SqlServerKeyOperations.DefinitionStages.WithCreationDate

The SQL Server Key definition to set the server key creation date.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCreationDate(DateTime creationDate)

Sets the server key creation date.

Method Details

withCreationDate

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

Sets the server key creation date.

Parameters:

creationDate - the server key creation date

Returns:

The next stage of the definition.

Applies to