DataEventColumnInfo.Key Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataEventColumnInfo.Key() |
Default constructor for generic Key generation |
DataEventColumnInfo.Key(DataEventColumnInfo+Key) |
Constructors |
DataEventColumnInfo.Key(Dictionary<String,Object>) |
Initializes a new instance of the DataEventColumnInfo.Key class. |
DataEventColumnInfo.Key(String) |
DataEventColumnInfo.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
DataEventColumnInfo.Key(DataEventColumnInfo+Key)
Constructors
public Key (Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key : Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key -> Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
Public Sub New (other As DataEventColumnInfo.Key)
Parameters
- other
- DataEventColumnInfo.Key
Applies to
DataEventColumnInfo.Key(Dictionary<String,Object>)
Initializes a new instance of the DataEventColumnInfo.Key class.
public Key (System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))
Parameters
- filedDict
- Dictionary<String,Object>
A set of name-value pairs that represent Urn fragment.
Applies to
DataEventColumnInfo.Key(String)
public Key (string name);
new Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
Public Sub New (name As String)
Parameters
- name
- String