IsEncrypted Propiedad
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<DisplayNameKeyAttribute("View_IsEncryptedName")> _
<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")> _
ReadOnly Property IsEncrypted As Boolean
Get
'Uso
Dim instance As IViewOptions
Dim value As Boolean
value = instance.IsEncrypted
[DisplayNameKeyAttribute("View_IsEncryptedName")]
[DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")]
bool IsEncrypted { get; }
[DisplayNameKeyAttribute(L"View_IsEncryptedName")]
[DisplayDescriptionKeyAttribute(L"View_IsEncryptedDesc")]
property bool IsEncrypted {
bool get ();
}
[<DisplayNameKeyAttribute("View_IsEncryptedName")>]
[<DisplayDescriptionKeyAttribute("View_IsEncryptedDesc")>]
abstract IsEncrypted : bool
function get IsEncrypted () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
Vea también