ISql100AuditSpecification.GetServerAuditRelationship メソッド
サーバー監査のリレーションシップ コレクションを返します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Function GetServerAuditRelationship As IModelSingleRelationship(Of ISql100AuditSpecification, ISql100ServerAudit)
'使用
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>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100AuditSpecification, ISql100ServerAudit>