Clase NetLibInfo
The NetLibInfo object represents information regarding a network library file.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public NotInheritable Class NetLibInfo
'Uso
Dim instance As NetLibInfo
public sealed class NetLibInfo
public ref class NetLibInfo sealed
[<SealedAttribute>]
type NetLibInfo = class end
public final class NetLibInfo
El tipo NetLibInfo expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Date | Gets the date and time when the network library file was created. | |
FileName | Gets the name of the network library file. | |
Size | Gets the size of the network library file in bytes. | |
Version | Gets the version information for the network library file. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi