Partager via


Interface ISizeItem

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Interface ISizeItem
'Utilisation
Dim instance As ISizeItem
public interface ISizeItem
public interface class ISizeItem
type ISizeItem =  interface end
public interface ISizeItem

Le type ISizeItem expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Size Gets the size, in kilobytes, of the item implementing the ISizeItem interface.

Haut de la page