ObjectSet.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
ObjectSet.Key() |
Default constructor for generic Key generation |
ObjectSet.Key(ObjectSet+Key) |
Constructors |
ObjectSet.Key(String) |
ObjectSet.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
ObjectSet.Key(ObjectSet+Key)
Constructors
public Key (Microsoft.SqlServer.Management.Dmf.ObjectSet.Key other);
new Microsoft.SqlServer.Management.Dmf.ObjectSet.Key : Microsoft.SqlServer.Management.Dmf.ObjectSet.Key -> Microsoft.SqlServer.Management.Dmf.ObjectSet.Key
Public Sub New (other As ObjectSet.Key)
Parameters
- other
- ObjectSet.Key
Applies to
ObjectSet.Key(String)
public Key (string name);
new Microsoft.SqlServer.Management.Dmf.ObjectSet.Key : string -> Microsoft.SqlServer.Management.Dmf.ObjectSet.Key
Public Sub New (name As String)
Parameters
- name
- String