ISql90ObjectAuthorizer.GetDefaultSchemaRelationship Method
Returns an IModelSingleRelationship between this and the associated ISql90Schema.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetDefaultSchemaRelationship As IModelSingleRelationship(Of ISql90ObjectAuthorizer, ISql90Schema)
IModelSingleRelationship<ISql90ObjectAuthorizer, ISql90Schema> GetDefaultSchemaRelationship()
IModelSingleRelationship<ISql90ObjectAuthorizer^, ISql90Schema^>^ GetDefaultSchemaRelationship()
abstract GetDefaultSchemaRelationship : unit -> IModelSingleRelationship<ISql90ObjectAuthorizer, ISql90Schema>
function GetDefaultSchemaRelationship() : IModelSingleRelationship<ISql90ObjectAuthorizer, ISql90Schema>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90ObjectAuthorizer, ISql90Schema>
.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.