Свойство ConfigProperty.Number

Gets the index position of the configuration option.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Number As Integer 
    Get
'Применение
Dim instance As ConfigProperty 
Dim value As Integer 

value = instance.Number
public int Number { get; }
public:
property int Number {
    int get ();
}
member Number : int
function get Number () : int

Значение свойства

Тип: System.Int32
An Int32 value that specifies the index position of the configuration option.

Примеры

Настройка SQL Server в SMO

См. также

Справочник

ConfigProperty Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Параметры конфигурации сервера