SqlPotentialElementDescriptor.GetHashCode Method (SqlPotentialElementDescriptor)

Gets the hash code for this object.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Shared Function GetHashCode ( _
    obj As SqlPotentialElementDescriptor _
) As Integer
'Usage
Dim obj As SqlPotentialElementDescriptor
Dim returnValue As Integer

returnValue = SqlPotentialElementDescriptor.GetHashCode(obj)
public static int GetHashCode(
    SqlPotentialElementDescriptor obj
)
public:
static int GetHashCode(
    SqlPotentialElementDescriptor^ obj
)
public static function GetHashCode(
    obj : SqlPotentialElementDescriptor
) : int
static member GetHashCode : 
        obj:SqlPotentialElementDescriptor -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SqlPotentialElementDescriptor Class

SqlPotentialElementDescriptor Members

GetHashCode Overload

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace