ExpirationDate 속성
Gets or sets the date and time when the service route expires.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ExpirationDate As DateTime
Get
Set
‘사용 방법
Dim instance As ServiceRoute
Dim value As DateTime
value = instance.ExpirationDate
instance.ExpirationDate = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime ExpirationDate { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime ExpirationDate {
DateTime get ();
void set (DateTime value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ExpirationDate : DateTime with get, set
function get ExpirationDate () : DateTime
function set ExpirationDate (value : DateTime)
속성 값
유형: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the service route expires.