Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the value of the FillFactor property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property FillFactor As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FillFactor
instance.FillFactor = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int FillFactor { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int FillFactor {
int get ();
void set (int value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract FillFactor : int with get, set
function get FillFactor () : int
function set FillFactor (value : int)
Property Value
Type: System.Int32
The value of the FillFactor property.