Share via


NetLibInfo.Date Property

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

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Public ReadOnly Property Date As DateTime 
    Get
'Usage
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

Property Value

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

Examples

Managing Services and Network Settings by Using WMI Provider

See Also

Reference

NetLibInfo Class

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server

Connecting to the SQL Server Database Engine