Propriedade ExpirationDate
Gets or sets the date and time when the service route expires.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property ExpirationDate As DateTime
Get
Set
'Uso
Dim instance As ServiceRoute
Dim value As DateTime
value = instance.ExpirationDate
instance.ExpirationDate = value
[SfcPropertyAttribute]
public DateTime ExpirationDate { get; set; }
[SfcPropertyAttribute]
public:
property DateTime ExpirationDate {
DateTime get ();
void set (DateTime value);
}
[<SfcPropertyAttribute>]
member ExpirationDate : DateTime with get, set
function get ExpirationDate () : DateTime
function set ExpirationDate (value : DateTime)
Valor da propriedade
Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the service route expires.
Consulte também