Number propriété
Gets the index position of the configuration option.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Number As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 value that specifies the index position of the configuration option.
Voir aussi