Initializes a new instance of the ReadOnlyEventColumnInfo.Key class.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Sub New ( _
other As ReadOnlyEventColumnInfo.Key _
)
'用途
Dim other As ReadOnlyEventColumnInfo.Key
Dim instance As New ReadOnlyEventColumnInfo.Key(other)
public Key(
ReadOnlyEventColumnInfo.Key other
)
public:
Key(
ReadOnlyEventColumnInfo.Key^ other
)
new :
other:ReadOnlyEventColumnInfo.Key -> Key
public function ReadOnlyEventColumnInfo.Key(
other : ReadOnlyEventColumnInfo.Key
)
參數
- other
型別:Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
A ReadOnlyEventColumnInfo.Key object.
請參閱
參考
ReadOnlyEventColumnInfo.Key 類別