Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi