Свойство NetLibInfo.Date
Gets the date and time when the network library file was created.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property Date As DateTime
Get
'Применение
Dim instance As NetLibInfo
Dim value As DateTime
value = instance.Date
public DateTime Date { get; }
public:
property DateTime Date {
DateTime get ();
}
member Date : DateTime
function get Date () : DateTime
Значение свойства
Тип: System.DateTime
A DateTime system object value that specifies the date and time when the network library file was created.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi