AuditSpecificationStatement.Parts-Eigenschaft

Ruft eine Liste mit den einzelnen Bestandteilen einer Überwachungsspezifikation ab.

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)
    Get
public IList<AuditSpecificationPart> Parts { get; }
public:
property IList<AuditSpecificationPart^>^ Parts {
    IList<AuditSpecificationPart^>^ get ();
}
member Parts : IList<AuditSpecificationPart>
function get Parts () : IList<AuditSpecificationPart>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AuditSpecificationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace