Proprietà PredSourceInfo.Key.Name
Gets the name of the PredSourceInfo.Key object.
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Name As String
Get
'Utilizzo
Dim instance As PredSourceInfo.Key
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Valore proprietà
Tipo: System.String
A string value that contains the name of the PredSourceInfo.Key object.