IMutableTrigger.IsEncrypted Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the module is encrypted.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

bool IsEncrypted { get; set; }
property bool IsEncrypted {
    bool get();
    void set(bool value);
}
abstract IsEncrypted : bool with get, set
Property IsEncrypted As Boolean

Property Value

Type: System.Boolean

true if the module is encrypted; otherwise, false.

Implements

ITrigger.IsEncrypted

See Also

IMutableTrigger Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top