Właściwość DataFile.GrowthType
Pobiera lub ustawia typ wzrostu dla pliku danych w kilobajtach lub procent.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property GrowthType As FileGrowthType
Get
Set
'Użycie
Dim instance As DataFile
Dim value As FileGrowthType
value = instance.GrowthType
instance.GrowthType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public FileGrowthType GrowthType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property FileGrowthType GrowthType {
FileGrowthType get ();
void set (FileGrowthType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member GrowthType : FileGrowthType with get, set
function get GrowthType () : FileGrowthType
function set GrowthType (value : FileGrowthType)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.FileGrowthType
A GrowthType wartość obiektu, który określa typ wzrostu, taką jak KB lub procent.
Zobacz także