SqlAnnotationDescriptor.GetHashCode Method (SqlAnnotationDescriptor)
Gets a hash code.
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 SqlAnnotationDescriptor _
) As Integer
'Usage
Dim obj As SqlAnnotationDescriptor
Dim returnValue As Integer
returnValue = SqlAnnotationDescriptor.GetHashCode(obj)
public static int GetHashCode(
SqlAnnotationDescriptor obj
)
public:
static int GetHashCode(
SqlAnnotationDescriptor^ obj
)
public static function GetHashCode(
obj : SqlAnnotationDescriptor
) : int
static member GetHashCode :
obj:SqlAnnotationDescriptor -> int
Parameters
- obj
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlAnnotationDescriptor
The SQL annotation descriptor
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.