Gets or sets a list of server principal on which to apply the actions.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Principals As IList(Of SecurityPrincipal)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<SecurityPrincipal>
The list of server principal. on which to apply the actions.