AuditSpecificationStatement.Parts Property

Gets a list of the individual parts of an audit specification.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Parts As IList(Of AuditSpecificationPart)
public IList<AuditSpecificationPart> Parts { get; }
public:
property IList<AuditSpecificationPart^>^ Parts {
    IList<AuditSpecificationPart^>^ get ();
}
member Parts : IList<AuditSpecificationPart>
function get Parts () : IList<AuditSpecificationPart>

Property Value

Type: System.Collections.Generic.IList<AuditSpecificationPart>

.NET Framework Security

See Also

Reference

AuditSpecificationStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace