Aracılığıyla paylaş


ApplicationRole.CreateDate Özelliği

tarih alır ve saat uygulama rolü oluşturuldu.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CreateDate As DateTime
    Get
'Kullanım
Dim instance As ApplicationRole
Dim value As DateTime

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

Özellik Değeri

Tür: System.DateTime
A DateTime Sistem tarih belirten bir değer nesnesi ve saat uygulama rolü oluşturuldu.