Condition.Key Constructor (Condition.Key)
Initializes a new instance of the Condition.Key class based on the specified key.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
other As Condition..::..Key _
)
'Usage
Dim other As Condition..::..Key
Dim instance As New Condition..::..Key(other)
public Key(
Condition..::..Key other
)
public:
Key(
Condition..::..Key^ other
)
new :
other:Condition..::..Key -> Key
public function Condition..::..Key(
other : Condition..::..Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.Dmf.Condition.Key
A Condition.Key value that specifies the other key.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.