StartDate Propiedad
Gets or sets the date and time from which the certificate is effective.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property StartDate As DateTime
Get
Set
'Uso
Dim instance As Certificate
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public DateTime StartDate { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member StartDate : DateTime with get, set
function get StartDate () : DateTime
function set StartDate (value : DateTime)
Valor de la propiedad
Tipo: System. . :: . .DateTime
A DateTime object value that specifies the date and time from which the certificate is effective.
Vea también