ISizeItem Interface
Defines an interface that allows the implementing class to calculate its size.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Interface ISizeItem
'Utilisation
Dim instance As ISizeItem
public interface ISizeItem
public interface class ISizeItem
type ISizeItem = interface end
public interface ISizeItem
The ISizeItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Size | Gets the size, in kilobytes, of the item implementing the ISizeItem interface. |
Top