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 the principals.
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 SecurityStatement
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 principals.