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


Свойство ServerRole.DateCreated

Gets a DateTime representing the date and time when the Server Role was created.

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

Синтаксис

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

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

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

Тип: System.DateTime
A DateTime representing the date and time that the Server Role was created.

См. также

Справочник

ServerRole Класс

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