Właściwość SystemMessage.ID
Pobiera wartość Identyfikatora, który unikatowo identyfikuje komunikat systemowy jest zapisywany.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute> _
<SfcKeyAttribute()> _
Public ReadOnly Property ID As Integer
Get
'Użycie
Dim instance As SystemMessage
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public int ID { get; }
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute>]
[<SfcKeyAttribute()>]
member ID : int
function get ID () : int
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która określa wartość Identyfikatora, który unikatowo identyfikuje system wiadomości.