문서를 영문으로 보려면 영문 확인란을 선택하세요. 마우스 포인터를 텍스트 위로 이동시켜 팝업 창에서 영문 텍스트를 표시할 수도 있습니다.
|
번역
영문
|
Visual Studio 2017을 사용하는 것이 좋습니다.
UserDefinedFunction.Grant 메서드 (ObjectPermissionSet, String[], String[], Boolean)
SQL Server 2012
Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the user-defined function.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
public void Grant( ObjectPermissionSet permission, string[] granteeNames, string[] columnNames, 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.
- columnNames
- 유형: System.String[]
A String array value that specifies the list of columns to which the set of permisions is granted.
- 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.
구현
IColumnPermission.Grant(ObjectPermissionSet, String[], String[], Boolean)
표시: