Właściwość NumberedStoredProcedure.IsEncrypted
Pobiera lub ustawia Boolean Określa, czy numerowane procedura składowana wartość właściwość jest zaszyfrowany.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsEncrypted As Boolean
Get
Set
'Użycie
Dim instance As NumberedStoredProcedure
Dim value As Boolean
value = instance.IsEncrypted
instance.IsEncrypted = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsEncrypted { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsEncrypted {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsEncrypted : bool with get, set
function get IsEncrypted () : boolean
function set IsEncrypted (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy numerowane procedura składowana jest zaszyfrowany.
Jeśli True, procedura składowana jest zaszyfrowany.
Jeśli FAŁSZ (domyślnie), procedura składowana nie są szyfrowane.
Zobacz także