Поделиться через


Свойство ServiceQueue.DateLastModified

Gets the date and time when the service queue was last modified.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateLastModified As DateTime 
    Get
'Применение
Dim instance As ServiceQueue 
Dim value As DateTime 

value = instance.DateLastModified
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime DateLastModified { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime DateLastModified {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DateLastModified : DateTime
function get DateLastModified () : DateTime

Значение свойства

Тип: System.DateTime
A DateTime system object value that specifies the date and time when the service queue was last modified.

Примеры

Readme_ServiceBrokerConfiguration

См. также

Справочник

ServiceQueue Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Разработка (компонент Service Broker)

Управление компонентом Service Broker

Общие сведения (компонент Service Broker)

CREATE QUEUE (Transact-SQL)