다음을 통해 공유


SearchPropertyList.DateCreated 속성

Gets a DateTime which represents the date and time that this instance 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 SearchPropertyList 
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 which represents the date and time when this instance was created.

참고 항목

참조

SearchPropertyList 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스