Construtor SuspectPage
Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Sub New ( _
fileID As Integer, _
pageID As Long _
)
'Uso
Dim fileID As Integer
Dim pageID As Long
Dim instance As New SuspectPage(fileID, _
pageID)
public SuspectPage(
int fileID,
long pageID
)
public:
SuspectPage(
int fileID,
long long pageID
)
new :
fileID:int *
pageID:int64 -> SuspectPage
public function SuspectPage(
fileID : int,
pageID : long
)
Parâmetros
- fileID
Tipo: System.Int32
The file identifier.
- pageID
Tipo: System.Int64
The page identifier.