Share via


Propriété IsEncrypted

Indicates whether the view is encrypted.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")> _
<DisplayNameKeyAttribute("View_IsEncryptedName")> _
ReadOnly Property IsEncrypted As Boolean
    Get
'Utilisation
Dim instance As IViewOptions
Dim value As Boolean

value = instance.IsEncrypted
[DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")]
[DisplayNameKeyAttribute("View_IsEncryptedName")]
bool IsEncrypted { get; }
[DisplayDescriptionKeyAttribute(L"View_IsEncryptedDesc")]
[DisplayNameKeyAttribute(L"View_IsEncryptedName")]
property bool IsEncrypted {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")>]
[<DisplayNameKeyAttribute("View_IsEncryptedName")>]
abstract IsEncrypted : bool
function get IsEncrypted () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that determines whether the view is encrypted.
If True, the view is encrypted. Otherwise, False.