Aracılığıyla paylaş


DataFile.MaxSize Özelliği

Alır veya küme en büyük boyutu için veri dosyası büyümesine kb.

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

Sözdizimi

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

value = instance.MaxSize

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

Özellik Değeri

Tür: System.Double
A Double değer veri dosyasında en büyük boyutunu belirtirkb.