Classe AuditSpecification
The Column object represents a SQL Server column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
Comentários
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
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
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
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também