다음을 통해 공유


Grant 메서드 (ObjectPermissionSet, String, Boolean)

사용자 정의 함수에 대해 지정한 피부여자에게 지정한 사용 권한에 대한 액세스 권한을 부여하고 다른 사용자에게 액세스 권한을 부여할 수 있도록 합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Grant ( _
    permission As ObjectPermissionSet, _
    granteeName As String, _
    grantGrant As Boolean _
)
‘사용 방법
Dim instance As UserDefinedFunction
Dim permission As ObjectPermissionSet
Dim granteeName As String
Dim grantGrant As Boolean

instance.Grant(permission, granteeName, _
    grantGrant)
public void Grant(
    ObjectPermissionSet permission,
    string granteeName,
    bool grantGrant
)
public:
virtual void Grant(
    ObjectPermissionSet^ permission, 
    String^ granteeName, 
    bool grantGrant
) sealed
abstract Grant : 
        permission:ObjectPermissionSet * 
        granteeName:string * 
        grantGrant:bool -> unit 
override Grant : 
        permission:ObjectPermissionSet * 
        granteeName:string * 
        grantGrant:bool -> unit 
public final function Grant(
    permission : ObjectPermissionSet, 
    granteeName : String, 
    grantGrant : boolean
)

매개 변수

  • grantGrant
    유형: System. . :: . .Boolean
    피부여자에게 사용자 정의 함수에 대한 사용 권한 집합을 다른 사용자에게 부여할 수 있는 권한을 제공할지 여부를 지정하는 Boolean 속성입니다.
    True이면 피부여자에게 사용자 정의 함수에 대해 지정한 사용 권한 집합을 다른 사용자에게 부여할 수 있는 권한이 제공됩니다.
    False이면 피부여자에게 사용자 정의 함수에 대해 지정한 사용 권한 집합을 다른 사용자에게 부여할 수 있는 권한이 제공되지 않습니다.

구현

IObjectPermission. . :: . .Grant(ObjectPermissionSet, String, Boolean)