Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AuditSpecificationDetail class for the specified action, class, schema, name, and principal.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
action As AuditActionType, _
objectClass As String, _
objectSchema As String, _
objectName As String, _
principal As String _
)
'Usage
Dim action As AuditActionType
Dim objectClass As String
Dim objectSchema As String
Dim objectName As String
Dim principal As String
Dim instance As New AuditSpecificationDetail(action, _
objectClass, objectSchema, objectName, _
principal)
public AuditSpecificationDetail(
AuditActionType action,
string objectClass,
string objectSchema,
string objectName,
string principal
)
public:
AuditSpecificationDetail(
AuditActionType action,
String^ objectClass,
String^ objectSchema,
String^ objectName,
String^ principal
)
new :
action:AuditActionType *
objectClass:string *
objectSchema:string *
objectName:string *
principal:string -> AuditSpecificationDetail
public function AuditSpecificationDetail(
action : AuditActionType,
objectClass : String,
objectSchema : String,
objectName : String,
principal : String
)
Parameter
- action
Typ: Microsoft.SqlServer.Management.Smo.AuditActionType
A AuditActionType object value that specifies the type of action to track during the audit.
- objectClass
Typ: System.String
A String value that specifies the class of the object to monitor during the audit.
- objectSchema
Typ: System.String
A String value that specifies the schema of the object to monitor during the audit.
- objectName
Typ: System.String
A String value that specifies the name of the object to monitor during the audit.
- principal
Typ: System.String
A String value that specifies the principal to monitor during the audit.
Siehe auch
Verweis
AuditSpecificationDetail Struktur