AuditSpecification Clase
The Column object represents a SQL Server column.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Class AuditSpecification _
Inherits ScriptNameObjectBase _
Implements ICreatable, IAlterable, IDroppable, IScriptable
'Uso
Dim instance As AuditSpecification
public class AuditSpecification : ScriptNameObjectBase,
ICreatable, IAlterable, IDroppable, IScriptable
public ref class AuditSpecification : public ScriptNameObjectBase,
ICreatable, IAlterable, IDroppable, IScriptable
type AuditSpecification =
class
inherit ScriptNameObjectBase
interface ICreatable
interface IAlterable
interface IDroppable
interface IScriptable
end
public class AuditSpecification extends ScriptNameObjectBase implements ICreatable, IAlterable, IDroppable, IScriptable
Notas
To get Column object properties, users can be a member of the public fixed server role.
To do any of the following, users must have ALTER permission on the parent table, or be a member of the db_owner fixed database role:
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo..::..AuditSpecification
Microsoft.SqlServer.Management.Smo. . :: . .DatabaseAuditSpecification
Microsoft.SqlServer.Management.Smo. . :: . .ServerAuditSpecification
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también