ISqlTypeSpecifier.GetTypeRelationship メソッド
型のリレーションシップ コレクションを返します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Function GetTypeRelationship As IModelSingleRelationship(Of ISqlTypeSpecifier, ISqlType)
'使用
Dim instance As ISqlTypeSpecifier
Dim returnValue As IModelSingleRelationship(Of ISqlTypeSpecifier, ISqlType)
returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ISqlTypeSpecifier, ISqlType> GetTypeRelationship()
IModelSingleRelationship<ISqlTypeSpecifier^, ISqlType^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>