Interface SqlServerKey.UpdateStages.WithCreationDate
-
- All Known Subinterfaces:
SqlServerKey.Update
- Enclosing interface:
- SqlServerKey.UpdateStages
public static interface SqlServerKey.UpdateStages.WithCreationDateThe SQL Server Key definition to set the server key creation date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKey.UpdatewithCreationDate(OffsetDateTime creationDate)Sets the server key creation date.
-
-
-
Method Detail
-
withCreationDate
SqlServerKey.Update withCreationDate(OffsetDateTime creationDate)
Sets the server key creation date.- Parameters:
creationDate- the server key creation date- Returns:
- The next stage of the definition.
-
-