Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Get numeric value associated with the event message.
Spazio dei nomi Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Number As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
Numeric value associated with the message.