IsEncrypted 属性

Indicates whether the view is encrypted.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")> _
<DisplayNameKeyAttribute("View_IsEncryptedName")> _
ReadOnly Property IsEncrypted As Boolean
    Get
用法
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

属性值

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