Aracılığıyla paylaş


DataFile.Size Özelliği

Alır veya geçerli veri dosyasının boyutunu kb cinsinden ayarlar.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Size As Double
    Get
    Set
'Kullanım
Dim instance As DataFile
Dim value As Double

value = instance.Size

instance.Size = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double Size { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double Size {
    double get ();
    void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Size : float with get, set
function get Size () : double
function set Size (value : double)

Özellik Değeri

Tür: System.Double
A Double değer veritabanında geçerli boyutunu belirtirkb.