Compartilhar via


Enumeração ImportPolicyEnabledState

The ImportPolicyEnabledState enumeration contains values that are used to specify the state of the import policy.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Enumeration ImportPolicyEnabledState
'Uso
Dim instance As ImportPolicyEnabledState
public enum ImportPolicyEnabledState
public enum class ImportPolicyEnabledState
type ImportPolicyEnabledState
public enum ImportPolicyEnabledState

Membros

Nome do membro Descrição
Disable The import policy is disabled.
Enable The import policy is enabled.
Unchanged The import policy is unchanged.

Comentários

The ImportPolicyEngabledState enumeration class is served by the ImportPolicy method.

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Dmf