TSqlModelOptions.WithEncryption Property
Specifies the ENCRYPTION database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property WithEncryption As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.WithEncryption
instance.WithEncryption = value
public Nullable<bool> WithEncryption { get; set; }
public:
property Nullable<bool> WithEncryption {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member WithEncryption : Nullable<bool> with get, set
function get WithEncryption () : Nullable<boolean>
function set WithEncryption (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>