Condividi tramite


Proprietà PredSourceInfo.Description

Gets the description property of the PredSourceInfo object.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Description As String 
    Get
'Utilizzo
Dim instance As PredSourceInfo 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(Data = true)]
public string Description { get; }
[SfcPropertyAttribute(Data = true)]
public:
virtual property String^ Description {
    String^ get () sealed;
}
[<SfcPropertyAttribute(Data = true)>]
abstract Description : string
[<SfcPropertyAttribute(Data = true)>]
override Description : string
final function get Description () : String

Valore proprietà

Tipo: System.String
A string value that contains the description.

Implementa

IXEObjectInfo.Description

Vedere anche

Riferimento

PredSourceInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent