Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the ALLOW_SNAPSHOT_ISOLATION database option.
Espacio de nombres: Microsoft.SqlServer.Dac.Model
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public Property AllowSnapshotIsolation As Nullable(Of Boolean)
Get
Set
'Uso
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.AllowSnapshotIsolation
instance.AllowSnapshotIsolation = value
public Nullable<bool> AllowSnapshotIsolation { get; set; }
public:
property Nullable<bool> AllowSnapshotIsolation {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AllowSnapshotIsolation : Nullable<bool> with get, set
function get AllowSnapshotIsolation () : Nullable<boolean>
function set AllowSnapshotIsolation (value : Nullable<boolean>)
Valor de la propiedad
Tipo: System.Nullable<Boolean>