Propriedade do RDL ConfigProperty.Number
Gets the index position of the configuration option.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int32
An Int32 value that specifies the index position of the configuration option.
Exemplos
Configurando o SQL Server no SMO
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo