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
- obj
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlPotentialElementDescriptor
This object
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlPotentialElementDescriptor Class