Action.Key 생성자 (Action.Key)
Initializes a new instance of the Action.Key class from an Action.Key object.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Sub New ( _
other As Action.Key _
)
‘사용 방법
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
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.XEvent.Action.Key
An Action.Key object.