Proprietà NetLibInfo.Date
Gets the date and time when the network library file was created.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Date As DateTime
Get
'Utilizzo
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
Valore proprietà
Tipo: System.DateTime
A DateTime system object value that specifies the date and time when the network library file was created.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi