Share via


ISql100AuditActionSpecification.Principals Property

Gets the list of principals to audit.

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

Syntax

'Declaration
ReadOnly Property Principals As IList(Of ISql90SecurityPrincipal)
IList<ISql90SecurityPrincipal> Principals { get; }
property IList<ISql90SecurityPrincipal^>^ Principals {
    IList<ISql90SecurityPrincipal^>^ get ();
}
abstract Principals : IList<ISql90SecurityPrincipal>
function get Principals () : IList<ISql90SecurityPrincipal>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100AuditActionSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace