Compartir a través de


Encrypted Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The Encrypted property indicates whether the referenced stored procedure was created with encryption.

Sintaxis

object
.Encrypted

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetEncrypted(LPBOOL pRetVal);

Comentarios

The Encrypted property returns TRUE if a stored procedure was created with encryption. This knowledge is useful when determining whether a stored procedure can be replicated, because encrypted stored procedures cannot be replicated.

Nota

Encrypted can be used with Microsoft SQL Server 2000 or later and SQL Server version 7.0, except if used with the UserDefinedFunction object.