Dela via


SecurityStatement.Principals Property

Gets a list of the security principals.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Principals As IList(Of SecurityPrincipal)
'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 ();
}
public function get Principals () : IList<SecurityPrincipal>

Property Value

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

.NET Framework Security

See Also

Reference

SecurityStatement Class

SecurityStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace