Interface ISizeItem
Defines an interface that allows the implementing class to calculate its size.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Interface ISizeItem
'Uso
Dim instance As ISizeItem
public interface ISizeItem
public interface class ISizeItem
type ISizeItem = interface end
public interface ISizeItem
O tipo ISizeItem expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Size | Gets the size, in kilobytes, of the item implementing the ISizeItem interface. |
Início