EventColumnInfo.Key 建構函式 (EventColumnInfo.Key)
Creates a new instance of the EventColumnInfo.Key class from another object.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Sub New ( _
other As EventColumnInfo.Key _
)
'用途
Dim other As EventColumnInfo.Key
Dim instance As New EventColumnInfo.Key(other)
public Key(
EventColumnInfo.Key other
)
public:
Key(
EventColumnInfo.Key^ other
)
new :
other:EventColumnInfo.Key -> Key
public function EventColumnInfo.Key(
other : EventColumnInfo.Key
)
參數
- other
型別:Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
A EventColumnInfo.Key object.