Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the permissions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Permissions As IList(Of Permission)
Get
'Usage
Dim instance As SecurityStatement
Dim value As IList(Of Permission)
value = instance.Permissions
public IList<Permission> Permissions { get; }
public:
property IList<Permission^>^ Permissions {
IList<Permission^>^ get ();
}
member Permissions : IList<Permission>
function get Permissions () : IList<Permission>
Property Value
Type: System.Collections.Generic.IList<Permission>
The permissions.