FileExtraSource.Size Property

Gets the size of the miscellaneous file.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property Size As Long
    Get
'Usage
Dim instance As FileExtraSource
Dim value As Long

value = instance.Size
public long Size { get; }
public:
virtual property long long Size {
    long long get () sealed;
}
abstract Size : int64
override Size : int64
final function get Size () : long

Property Value

Type: System.Int64
A Long value that specifies the size of the file.

Implements

ISizeItem.Size

See Also

Reference

FileExtraSource Class

Microsoft.SqlServer.Management.Dac Namespace