NetLibInfo Class

The NetLibInfo object represents information regarding a network library file.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Public NotInheritable Class NetLibInfo
'Usage
Dim instance As NetLibInfo
public sealed class NetLibInfo
public ref class NetLibInfo sealed
[<SealedAttribute>]
type NetLibInfo =  class end
public final class NetLibInfo

The NetLibInfo type exposes the following members.

Properties

  Name Description
Public property Date Gets the date and time when the network library file was created.
Public property FileName Gets the name of the network library file.
Public property Size Gets the size of the network library file in bytes.
Public property Version Gets the version information for the network library file.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Examples

Managing Services and Network Settings by Using WMI Provider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server