Package.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
Package.Key() |
Default constructor for generic Key generation |
Package.Key(Package+Key) |
Constructors |
Package.Key(Dictionary<String,Object>) |
Initializes a new instance of the Package.Key class. |
Package.Key(String, String) |
Initializes a new instance of the Package.Key class. |
Package.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
Package.Key(Package+Key)
Constructors
public Key (Microsoft.SqlServer.Management.XEvent.Package.Key other);
new Microsoft.SqlServer.Management.XEvent.Package.Key : Microsoft.SqlServer.Management.XEvent.Package.Key -> Microsoft.SqlServer.Management.XEvent.Package.Key
Public Sub New (other As Package.Key)
Parameters
- other
- Package.Key
Applies to
Package.Key(Dictionary<String,Object>)
Initializes a new instance of the Package.Key class.
public Key (System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.Package.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.Package.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
Package.Key(String, String)
Initializes a new instance of the Package.Key class.
public Key (string guid, string name);
new Microsoft.SqlServer.Management.XEvent.Package.Key : string * string -> Microsoft.SqlServer.Management.XEvent.Package.Key
Public Sub New (guid As String, name As String)
Parameters
- guid
- String
The module GUID.
- name
- String
The non-fully qualified package name.