Interfaz ISizeItem
Defines an interface that allows the implementing class to calculate its size.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Interface ISizeItem
'Uso
Dim instance As ISizeItem
public interface ISizeItem
public interface class ISizeItem
type ISizeItem = interface end
public interface ISizeItem
El tipo ISizeItem expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Size | Gets the size, in kilobytes, of the item implementing the ISizeItem interface. |
Arriba