Audit.DestinationType Property
Gets or sets the type of destination to which the audit log information is recorded, such as a file, or an application log.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property DestinationType As AuditDestinationType
[SfcPropertyAttribute]
public AuditDestinationType DestinationType { get; set; }
[SfcPropertyAttribute]
public:
property AuditDestinationType DestinationType {
AuditDestinationType get ();
void set (AuditDestinationType value);
}
/** @property */
public AuditDestinationType get_DestinationType ()
/** @property */
public void set_DestinationType (AuditDestinationType value)
public function get DestinationType () : AuditDestinationType
public function set DestinationType (value : AuditDestinationType)
Property Value
A AuditDestinationType object that represents the type of destination to which the audit log information is logged.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.