Gets collection of permissions on the specified object.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public GrantCollection this[
	string securableFullName
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	securableFullName As String _
) As GrantCollection
Visual C++
public:
property GrantCollection^ default[String^ securableFullName] {
	GrantCollection^ get (String^ securableFullName);
}

Parameters

securableFullName
Type: System..::.String

See Also