다음을 통해 공유


NamedKey<T> 생성자 (IDictionary<String, Object>)

Initializes a new instance of the NamedKey<T> class from a field dictionary.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Sub New ( _
    fields As IDictionary(Of String, Object) _
)
‘사용 방법
Dim fields As IDictionary(Of String, Object)

Dim instance As New NamedKey(fields)
public NamedKey(
    IDictionary<string, Object> fields
)
public:
NamedKey(
    IDictionary<String^, Object^>^ fields
)
new : 
        fields:IDictionary<string, Object> -> NamedKey
public function NamedKey(
    fields : IDictionary<String, Object>
)

매개 변수

참고 항목

참조

NamedKey<T> 클래스

NamedKey<T> 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스