다음을 통해 공유


StartDate 속성

Gets or sets the date and time from which the certificate is effective.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property StartDate As DateTime
    Get
    Set
‘사용 방법
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)

속성 값

형식: System. . :: . .DateTime
A DateTime object value that specifies the date and time from which the certificate is effective.