Compartir a través de


NetLibInfo.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.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

NetLibInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server

Conectar al Motor de base de datos de SQL Server