ISql90Login.GetCredentialRelationship-Methode

Gibt eine IModelSingleRelationship zwischen this und den zugeordneten ISql90Credential zurück.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetCredentialRelationship As IModelSingleRelationship(Of ISql90Login, ISql90Credential)
IModelSingleRelationship<ISql90Login, ISql90Credential> GetCredentialRelationship()
IModelSingleRelationship<ISql90Login^, ISql90Credential^>^ GetCredentialRelationship()
abstract GetCredentialRelationship : unit -> IModelSingleRelationship<ISql90Login, ISql90Credential> 
function GetCredentialRelationship() : IModelSingleRelationship<ISql90Login, ISql90Credential>

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Login, ISql90Credential>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Login Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace