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.
Gets or sets the page identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property PageID As Long
Get
Private Set
'Usage
Dim instance As SuspectPage
Dim value As Long
value = instance.PageID
public long PageID { get; private set; }
public:
property long long PageID {
long long get ();
private: void set (long long value);
}
member PageID : int64 with get, private set
function get PageID () : long
private function set PageID (value : long)
Property Value
Type: System.Int64
The page identifier.