Property.GetHashCode メソッド

特定の型のハッシュ関数として機能します。ハッシュ アルゴリズムや、ハッシュ テーブルなどのデータ構造での使用に適しています。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Overrides Function GetHashCode As Integer
'使用
Dim instance As [Property]
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int  
override GetHashCode : unit -> int
public override function GetHashCode() : int

戻り値

型: System.Int32
ハッシュ コードを示す Int32 値です。

使用例

プロパティの設定

関連項目

参照

Property クラス

Microsoft.SqlServer.Management.Smo 名前空間