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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.