Udostępnij przez


Właściwość Condition.CreateDate

Pobiera Data i czas podczas tworzenia warunku.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreateDate As DateTime
    Get
'Użycie
Dim instance As Condition
Dim value As DateTime

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

Wartość właściwości

Typ: System.DateTime
A DateTime wartość, która zawiera data i czas utworzenia warunku.

Przykłady

C#

System.Console.WriteLine(c.CREATEDATE);

VB

System.Console.WriteLine(c.CREATEDATE)