NamedKey<T> 建構函式 (NamedKey<T>)
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.