Delen via


SecurityStatement.Principals Property

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.

See Also

Reference

SecurityStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace