Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the metadata collection describing all actions exposed by this package that may be present in the session.
Espacio de nombres: Microsoft.SqlServer.XEvent
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
ReadOnly Property Actions As ReadOnlyCollection(Of IActionMetadata)
Get
'Uso
Dim instance As IPackage
Dim value As ReadOnlyCollection(Of IActionMetadata)
value = instance.Actions
ReadOnlyCollection<IActionMetadata> Actions { get; }
property ReadOnlyCollection<IActionMetadata^>^ Actions {
ReadOnlyCollection<IActionMetadata^>^ get ();
}
abstract Actions : ReadOnlyCollection<IActionMetadata>
function get Actions () : ReadOnlyCollection<IActionMetadata>
Valor de la propiedad
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IActionMetadata>
The metadata collection describing all actions exposed by this package that may be present in the session.