Свойство Size
Gets the size of the network library file in kilobytes.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property Size As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An Int32 value that specifies the size of the network library file in kilobytes.
См. также