OperationMessage.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
OperationMessage.Key(Int64) |
Initializes a new instance of the OperationMessage.Key class with the specified ID. |
OperationMessage.Key(String) |
Initializes a new instance of the OperationMessage.Key class that takes the key name. |
OperationMessage.Key(Int64)
Initializes a new instance of the OperationMessage.Key class with the specified ID.
public:
Key(long id);
public Key (long id);
new Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key : int64 -> Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
Public Sub New (id As Long)
Parameters
- id
- Int64
The specified ID.
Applies to
OperationMessage.Key(String)
Initializes a new instance of the OperationMessage.Key class that takes the key name.
public:
Key(System::String ^ managedInstanceName);
public Key (string managedInstanceName);
new Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key : string -> Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
Public Sub New (managedInstanceName As String)
Parameters
- managedInstanceName
- String
The name of the managed instance.