NetLibInfo Class

 

The NetLibInfo object represents information regarding a network library file.

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

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

public ref class NetLibInfo sealed 

NameDescription
System_CAPS_pubpropertyDate

Gets the date and time when the network library file was created.

System_CAPS_pubpropertyFileName

Gets the name of the network library file.

System_CAPS_pubpropertySize

Gets the size of the network library file in bytes.

System_CAPS_pubpropertyVersion

Gets the version information for the network library file.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

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

Return to top
Show: