Constructeur Action.Key (Action.Key)
Initializes a new instance of the Action.Key class from an Action.Key object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As Action.Key _
)
'Utilisation
Dim other As Action.Key
Dim instance As New Action.Key(other)
public Key(
Action.Key other
)
public:
Key(
Action.Key^ other
)
new :
other:Action.Key -> Key
public function Action.Key(
other : Action.Key
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.XEvent.Action.Key
An Action.Key object.