다음을 통해 공유


CreateDate 속성

Gets the date and time when the condition was created.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreateDate As DateTime
    Get
‘사용 방법
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

속성 값

형식: System. . :: . .DateTime
A DateTime value that contains the date and time when the condition was created.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.