Udostępnij przez


DatabaseAdapterBase.PageVerify Property

Gets a Boolean value that indcates if the Page Verify setting is set to checksum.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Property PageVerify As PageVerify
public PageVerify PageVerify { get; set; }
public:
virtual property PageVerify PageVerify {
    PageVerify get () sealed;
    void set (PageVerify value) sealed;
}
/** @property */
public final PageVerify get_PageVerify ()

/** @property */
public final void set_PageVerify (PageVerify value)
public final function get PageVerify () : PageVerify

public final function set PageVerify (value : PageVerify)

Property Value

Boolean Returns True if the PAGE_VERIFY setting of a database is set to CHECKSUM. Otherwise, False.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.