Size Propiedad
Gets the size of the network library file in kilobytes.
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 kilobytes.
Vea también