Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the view is encrypted.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")> _
<DisplayNameKeyAttribute("View_IsEncryptedName")> _
ReadOnly Property IsEncrypted As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that determines whether the view is encrypted.If True, the view is encrypted. Otherwise, False.