This topic has not yet been rated - Rate this topic

DatabaseDdlTrigger.IsEncrypted Property

Gets or sets a Boolean property value that specifies whether the Transact-SQL batch or managed code is encrypted.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
public bool IsEncrypted { get; set; }

Property Value

Type: System.Boolean
A Boolean property value that specifies whether the trigger code is encrypted.If True, the trigger code is encrypted. Otherwise, False (default).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.