Właściwość Certificate.StartDate
Pobiera lub ustawia data i czas, z którego certyfikat jest skuteczne.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property StartDate As DateTime
Get
Set
'Użycie
Dim instance As Certificate
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public DateTime StartDate { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member StartDate : DateTime with get, set
function get StartDate () : DateTime
function set StartDate (value : DateTime)
Wartość właściwości
Typ: System.DateTime
A DateTime wartość obiektu, który określa data i czas, z którego certyfikat jest skuteczna.
Zobacz także