ActionInfo.Key 생성자 (ActionInfo.Key)
Initializes a new instance of the ActionInfo.Key class from a ActionInfo.Key object provided by the other parameter.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Sub New ( _
other As ActionInfo.Key _
)
‘사용 방법
Dim other As ActionInfo.Key
Dim instance As New ActionInfo.Key(other)
public Key(
ActionInfo.Key other
)
public:
Key(
ActionInfo.Key^ other
)
new :
other:ActionInfo.Key -> Key
public function ActionInfo.Key(
other : ActionInfo.Key
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
A ActionInfo.Key object.