Server.ServerAuditSpecifications Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, GetType(ServerAuditSpecification))> _
Public ReadOnly Property ServerAuditSpecifications As ServerAuditSpecificationCollection
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(ServerAuditSpecification))]
public ServerAuditSpecificationCollection ServerAuditSpecifications { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, typeof(ServerAuditSpecification))]
public:
property ServerAuditSpecificationCollection^ ServerAuditSpecifications {
ServerAuditSpecificationCollection^ get ();
}
/** @property */
public ServerAuditSpecificationCollection get_ServerAuditSpecifications ()
public function get ServerAuditSpecifications () : ServerAuditSpecificationCollection
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.