Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name and fields dictionary.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
domain As ISfcDomain, _
fields As IDictionary(Of String, Object) _
)
'Usage
Dim domain As ISfcDomain
Dim fields As IDictionary(Of String, Object)
Dim instance As New NamedDomainKey(domain, _
fields)
public NamedDomainKey(
ISfcDomain domain,
IDictionary<string, Object> fields
)
public:
NamedDomainKey(
ISfcDomain^ domain,
IDictionary<String^, Object^>^ fields
)
new :
domain:ISfcDomain *
fields:IDictionary<string, Object> -> NamedDomainKey
public function NamedDomainKey(
domain : ISfcDomain,
fields : IDictionary<String, Object>
)
Parameters
- domain
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
The domain instance.
- fields
Type: System.Collections.Generic.IDictionary<String, Object>
The dictionary of field value pairs.