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.