ISizeItem 接口

Defines an interface that allows the implementing class to calculate its size.

命名空间:  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 Gets the size, in kilobytes, of the item implementing the ISizeItem interface.

页首