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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.