ISqlTable.GetFilegroupForTextImageRelationship メソッド
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Function GetFilegroupForTextImageRelationship As IModelSingleRelationship(Of ISqlTable, ISqlFilegroup)
'使用
Dim instance As ISqlTable
Dim returnValue As IModelSingleRelationship(Of ISqlTable, ISqlFilegroup)
returnValue = instance.GetFilegroupForTextImageRelationship()
IModelSingleRelationship<ISqlTable, ISqlFilegroup> GetFilegroupForTextImageRelationship()
IModelSingleRelationship<ISqlTable^, ISqlFilegroup^>^ GetFilegroupForTextImageRelationship()
function GetFilegroupForTextImageRelationship() : IModelSingleRelationship<ISqlTable, ISqlFilegroup>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlTable, ISqlFilegroup>