Свойство DestinationType
Gets or sets the type of destination to which the audit log information is recorded, such as a file, or an application log.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property DestinationType As AuditDestinationType
Get
Set
'Применение
Dim instance As Audit
Dim value As AuditDestinationType
value = instance.DestinationType
instance.DestinationType = value
[SfcPropertyAttribute]
public AuditDestinationType DestinationType { get; set; }
[SfcPropertyAttribute]
public:
property AuditDestinationType DestinationType {
AuditDestinationType get ();
void set (AuditDestinationType value);
}
[<SfcPropertyAttribute>]
member DestinationType : AuditDestinationType with get, set
function get DestinationType () : AuditDestinationType
function set DestinationType (value : AuditDestinationType)
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .AuditDestinationType
A AuditDestinationType object that represents the type of destination to which the audit log information is logged.
См. также