次の方法で共有


Size プロパティ

ネットワーク ライブラリ ファイルのサイズ (KB 単位) を取得します。

名前空間:  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
KB 単位でネットワーク ライブラリ ファイルのサイズを示す Int32 値です。