Proprietà NumberOfPartitions
Gets the number of partitions.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property NumberOfPartitions As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 that specifies the number of partitions.
Vedere anche