Date Propiedad
Gets the date and time when the network library file was created.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property Date As DateTime
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the network library file was created.
Vea también