Свойство NumberOfPartitions
Gets the number of partitions.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property NumberOfPartitions As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An Int32 that specifies the number of partitions.
См. также