PartitionFunction.NumberOfPartitions Propiedad
Gets the number of partitions.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NumberOfPartitions As Integer
Get
'Uso
Dim instance As PartitionFunction
Dim value As Integer
value = instance.NumberOfPartitions
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int NumberOfPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int NumberOfPartitions {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NumberOfPartitions : int
function get NumberOfPartitions () : int
Valor de la propiedad
Tipo: System.Int32
An Int32 that specifies the number of partitions.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo