Compartir a través de


Number Propiedad

Gets the index position of the configuration option.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Number As Integer
    Get
'Uso
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

Valor de la propiedad

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