다음을 통해 공유


Date 속성

Gets the date and time when the network library file was created.

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

구문

‘선언
Public ReadOnly Property Date As DateTime
    Get
‘사용 방법
Dim instance As NetLibInfo
Dim value As DateTime

value = instance.Date
public DateTime Date { get; }
public:
property DateTime Date {
    DateTime get ();
}
member Date : DateTime
function get Date () : DateTime

속성 값

형식: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the network library file was created.