문서를 영문으로 보려면 영문 확인란을 선택하세요. 마우스 포인터를 텍스트 위로 이동시켜 팝업 창에서 영문 텍스트를 표시할 수도 있습니다.
|
번역
영문
|
Visual Studio 2017을 사용하는 것이 좋습니다.
UserDefinedFunction.Grant 메서드 (ObjectPermissionSet, String[], Boolean)
SQL Server 2012
Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the user-defined function.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
public void Grant( ObjectPermissionSet permission, string[] granteeNames, bool grantGrant )
매개 변수
- permission
- 유형: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
- granteeNames
- 유형: System.String[]
A String array that specifies a list of grantees to be denied access to the set of permissions.
- grantGrant
- 유형: System.Boolean
A Boolean property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.
구현
IObjectPermission.Grant(ObjectPermissionSet, String[], Boolean)
표시: