Propriedade IsReadCommittedSnapshotOn
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")> _
<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")> _
Property IsReadCommittedSnapshotOn As Boolean
Get
Set
'Uso
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.IsReadCommittedSnapshotOn
instance.IsReadCommittedSnapshotOn = value
[DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")]
[DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")]
bool IsReadCommittedSnapshotOn { get; set; }
[DisplayNameKeyAttribute(L"Database_IsReadCommittedSnapshotOnName")]
[DisplayDescriptionKeyAttribute(L"Database_IsReadCommittedSnapshotOnDesc")]
property bool IsReadCommittedSnapshotOn {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Database_IsReadCommittedSnapshotOnName")>]
[<DisplayDescriptionKeyAttribute("Database_IsReadCommittedSnapshotOnDesc")>]
abstract IsReadCommittedSnapshotOn : bool with get, set
function get IsReadCommittedSnapshotOn () : boolean
function set IsReadCommittedSnapshotOn (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
Consulte também