共用方式為


IViewOptions.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.

請參閱

參考

IViewOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間