Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a list of server principal on which to apply the actions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Principals As IList(Of SecurityPrincipal)
Get
'Usage
Dim instance As AuditActionSpecification
Dim value As IList(Of SecurityPrincipal)
value = instance.Principals
public IList<SecurityPrincipal> Principals { get; }
public:
property IList<SecurityPrincipal^>^ Principals {
IList<SecurityPrincipal^>^ get ();
}
member Principals : IList<SecurityPrincipal>
function get Principals () : IList<SecurityPrincipal>
Property Value
Type: System.Collections.Generic.IList<SecurityPrincipal>
The list of server principal. on which to apply the actions.