Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of page integrity check that Microsoft SQL Server performs when reading database pages.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PageVerify As PageVerify
Get
Set
'Usage
Dim instance As DatabaseOptions
Dim value As PageVerify
value = instance.PageVerify
instance.PageVerify = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public PageVerify PageVerify { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property PageVerify PageVerify {
PageVerify get ();
void set (PageVerify value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PageVerify : PageVerify with get, set
function get PageVerify () : PageVerify
function set PageVerify (value : PageVerify)
Property Value
Type: Microsoft.SqlServer.Management.Smo.PageVerify
A PageVerify object value that specifies the type of page integrity check performed when SQL Server reads database pages.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace