Sdílet prostřednictvím


AuditSpecificationStatement.Parts – vlastnost

Získá seznam jednotlivých částí specifikace auditu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AuditSpecificationStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů