DestinationType プロパティ
監査ログ情報の記録先の種類 (たとえばファイルまたはアプリケーション ログ) を取得します。値の設定も可能です。
名前空間: 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
監査ログ情報の記録先の種類を表す AuditDestinationType オブジェクト。