Bagikan melalui


SuspectPage.FileID Property

Gets or sets the file identifier.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property FileID As Integer 
    Get 
    Private Set
'Usage
Dim instance As SuspectPage 
Dim value As Integer 

value = instance.FileID
public int FileID { get; private set; }
public:
property int FileID {
    int get ();
    private: void set (int value);
}
member FileID : int with get, private set
function get FileID () : int 
private function set FileID (value : int)

Property Value

Type: System.Int32
The file identifier.

See Also

Reference

SuspectPage Class

Microsoft.SqlServer.Management.Smo Namespace