Initializes a new instance of the NamedKey<T> class from another name key.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
other As NamedKey(Of T) _
)
用法
Dim other As NamedKey(Of T)
Dim instance As New NamedKey(other)
public NamedKey(
NamedKey<T> other
)
public:
NamedKey(
NamedKey<T>^ other
)
new :
other:NamedKey<'T> -> NamedKey
public function NamedKey(
other : NamedKey<T>
)
参数
- other
类型:Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
The other name key.