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