Construtor PolicyCategorySubscription.Key (PolicyCategorySubscription.Key)
Initializes a new instance of the PolicyCategorySubscription.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 PolicyCategorySubscription.Key _
)
'Uso
Dim other As PolicyCategorySubscription.Key
Dim instance As New PolicyCategorySubscription.Key(other)
public Key(
PolicyCategorySubscription.Key other
)
public:
Key(
PolicyCategorySubscription.Key^ other
)
new :
other:PolicyCategorySubscription.Key -> Key
public function PolicyCategorySubscription.Key(
other : PolicyCategorySubscription.Key
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription.Key
A PolicyCategorySubscription.Key value that specifies the other key.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também
Referência
PolicyCategorySubscription.Key Classe