Propriedade do RDL PartitionFunction.NumberOfPartitions
Gets the number of partitions.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Int32
An Int32 that specifies the number of partitions.
Exemplos
Usando grupos de arquivos e arquivos para armazenar dados
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo