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