IUserDefinedFunctionModuleBase.IsEncrypted Property

 

Applies To: SQL Server 2016 Preview

Gets 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; }
property bool IsEncrypted {
    bool get();
}
abstract IsEncrypted : bool with get
ReadOnly Property IsEncrypted As Boolean

Property Value

Type: System.Boolean

true if the module is encrypted; otherwise, false.

See Also

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

Return to top