Dela via


ISql100AuditSpecification.GetServerAuditRelationship Method

Returns a server audit relationship collection.

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

Syntax

'Declaration
Function GetServerAuditRelationship As IModelSingleRelationship(Of ISql100AuditSpecification, ISql100ServerAudit)
'Usage
Dim instance As ISql100AuditSpecification 
Dim returnValue As IModelSingleRelationship(Of ISql100AuditSpecification, ISql100ServerAudit)

returnValue = instance.GetServerAuditRelationship()
IModelSingleRelationship<ISql100AuditSpecification, ISql100ServerAudit> GetServerAuditRelationship()
IModelSingleRelationship<ISql100AuditSpecification^, ISql100ServerAudit^>^ GetServerAuditRelationship()
function GetServerAuditRelationship() : IModelSingleRelationship<ISql100AuditSpecification, ISql100ServerAudit>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100AuditSpecification, ISql100ServerAudit>

.NET Framework Security

See Also

Reference

ISql100AuditSpecification Interface

ISql100AuditSpecification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace