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> _
Public ReadOnly Property NumberOfPartitions As Integer
Get
'Uso
Dim instance As PartitionFunction
Dim value As Integer
value = instance.NumberOfPartitions
[SfcPropertyAttribute]
public int NumberOfPartitions { get; }
[SfcPropertyAttribute]
public:
property int NumberOfPartitions {
int get ();
}
[<SfcPropertyAttribute>]
member NumberOfPartitions : int
function get NumberOfPartitions () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 that specifies the number of partitions.
Vea también