TargetColumnInfo.Key 构造函数

定义

重载

名称 说明
TargetColumnInfo.Key()

泛型密钥生成的默认构造函数

TargetColumnInfo.Key(TargetColumnInfo+Key)

Constructors

TargetColumnInfo.Key(Dictionary<String,Object>)

初始化 TargetColumnInfo.Key 类的新实例。

TargetColumnInfo.Key(String)

初始化 TargetColumnInfo.Key 类的新实例。

TargetColumnInfo.Key()

泛型密钥生成的默认构造函数

public Key();
Public Sub New ()

适用于

TargetColumnInfo.Key(TargetColumnInfo+Key)

Constructors

public Key(Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (other As TargetColumnInfo.Key)

参数

other
TargetColumnInfo.Key

另一个。

适用于

TargetColumnInfo.Key(Dictionary<String,Object>)

初始化 TargetColumnInfo.Key 类的新实例。

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))

参数

filedDict
Dictionary<String,Object>

一组表示 Urn 片段的名称/值对。

适用于

TargetColumnInfo.Key(String)

初始化 TargetColumnInfo.Key 类的新实例。

public Key(string name);
new Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Public Sub New (name As String)

参数

name
String

名称。

适用于