Construtor Policy.Key (Policy.Key)
Initializes a new instance of the Policy.Key class based on the specified key.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As Policy.Key _
)
'Uso
Dim other As Policy.Key
Dim instance As New Policy.Key(other)
public Key(
Policy.Key other
)
public:
Key(
Policy.Key^ other
)
new :
other:Policy.Key -> Key
public function Policy.Key(
other : Policy.Key
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Dmf.Policy.Key
A Policy.Key value that specifies the key to use in constructing a new object.