次の方法で共有


ISizeItem インターフェイス

実装クラスでのサイズの計算を許可するインターフェイスを定義します。

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言
Public Interface ISizeItem
'使用
Dim instance As ISizeItem
public interface ISizeItem
public interface class ISizeItem
type ISizeItem =  interface end
public interface ISizeItem

ISizeItem 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Size ISizeItem インターフェイスを実装しているアイテムのサイズ (単位はキロバイト) を取得します。

先頭に戻る