Grant 메서드 (ObjectPermissionSet, String)
Grants the specified set of permissions to the specified grantee on the application role.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Grant ( _
permission As ObjectPermissionSet, _
granteeName As String _
)
‘사용 방법
Dim instance As ApplicationRole
Dim permission As ObjectPermissionSet
Dim granteeName As String
instance.Grant(permission, granteeName)
public void Grant(
ObjectPermissionSet permission,
string granteeName
)
public:
virtual void Grant(
ObjectPermissionSet^ permission,
String^ granteeName
) sealed
abstract Grant :
permission:ObjectPermissionSet *
granteeName:string -> unit
override Grant :
permission:ObjectPermissionSet *
granteeName:string -> unit
public final function Grant(
permission : ObjectPermissionSet,
granteeName : String
)
매개 변수
- permission
유형: Microsoft.SqlServer.Management.Smo. . :: . .ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
- granteeName
유형: System. . :: . .String
A String value that specifies the grantee to be granted the specified set of permissions on the application role.
구현
IObjectPermission. . :: . .Grant(ObjectPermissionSet, String)