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> _
Public Property ExpirationDate As DateTime
    Get
    Set
用法
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)
属性值
类型:System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the service route expires.