Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time when the service route expires.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ExpirationDate As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
A DateTime system object value that specifies the date and time when the service route expires.
Examples
Readme_ServiceBrokerConfiguration
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace