ISql90RemoteServiceBinding.GetWithUserRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetWithUserRelationship As IModelSingleRelationship(Of ISql90RemoteServiceBinding, ISql90SecurityPrincipal)
'Usage
Dim instance As ISql90RemoteServiceBinding
Dim returnValue As IModelSingleRelationship(Of ISql90RemoteServiceBinding, ISql90SecurityPrincipal)
returnValue = instance.GetWithUserRelationship()
IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal> GetWithUserRelationship()
IModelSingleRelationship<ISql90RemoteServiceBinding^, ISql90SecurityPrincipal^>^ GetWithUserRelationship()
function GetWithUserRelationship() : IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal>
.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.
See Also
Reference
ISql90RemoteServiceBinding Interface