Compartir a través de


NetLibInfo.Size Propiedad

Gets the size of the network library file in bytes.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public ReadOnly Property Size As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

NetLibInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server

Conectar al Motor de base de datos de SQL Server