Propriedade do RDL DacMessage.Number
Get numeric value associated with the event message.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property Number As Integer
Get
'Uso
Dim instance As DacMessage
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
Numeric value associated with the message.