共用方式為


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>
)

參數

請參閱

參考

NamedKey<T> 類別

NamedKey<T> 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間