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 given name.
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, _
name As String _
)
'Usage
Dim domain As ISfcDomain
Dim name As String
Dim instance As New NamedDomainKey(domain, _
name)
public NamedDomainKey(
ISfcDomain domain,
string name
)
public:
NamedDomainKey(
ISfcDomain^ domain,
String^ name
)
new :
domain:ISfcDomain *
name:string -> NamedDomainKey
public function NamedDomainKey(
domain : ISfcDomain,
name : String
)
Parameters
- domain
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain
The domain instance.
- name
Type: System.String
The name string.