SecurityStatement.Principals Property

 

Applies To: SQL Server 2016 Preview

Gets the principals.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<SecurityPrincipal> Principals { get; }
public:
property IList<SecurityPrincipal^>^ Principals {
    IList<SecurityPrincipal^>^ get();
}
member Principals : IList<SecurityPrincipal> with get
Public ReadOnly Property Principals As IList(Of SecurityPrincipal)

Property Value

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

The principals.

See Also

SecurityStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top