Share via


NetLibInfo.Size Property

Gets the size of the network library file in bytes.

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

Syntax

'Declaration
Public ReadOnly Property Size As Integer 
    Get
'Usage
Dim instance As NetLibInfo 
Dim value As Integer 

value = instance.Size
public int Size { get; }
public:
property int Size {
    int get ();
}
member Size : int
function get Size () : int

Property Value

Type: System.Int32
An Int32 value that specifies the size of the network library file in bytes.

Examples

Managing Services and Network Settings by Using WMI Provider

See Also

Reference

NetLibInfo Class

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server

Connecting to the SQL Server Database Engine