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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.
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