Proprietà NetLibInfo.Size
Gets the size of the network library file in bytes.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Size As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
An Int32 value that specifies the size of the network library file in bytes.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi