Share via


ConfigProperty.Number Property

Gets the index position of the configuration option.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Number As Integer 
    Get
'Usage
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

Property Value

Type: System.Int32
An Int32 value that specifies the index position of the configuration option.

Examples

Configuring SQL Server in SMO

See Also

Reference

ConfigProperty Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Server Configuration Options (SQL Server)