Leer en inglés

Compartir a través de


Grant Método (ObjectPermissionSet, String[], String[])

Grants the specified set of permissions to the grantees to the specified columns on the table.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Grant ( _
    permission As ObjectPermissionSet, _
    granteeNames As String(), _
    columnNames As String() _
)
'Uso
Dim instance As Table
Dim permission As ObjectPermissionSet
Dim granteeNames As String()
Dim columnNames As String()

instance.Grant(permission, granteeNames, _
    columnNames)

Parámetros

  • granteeNames
    Tipo: array<System. . :: . .String> [] () [] []
    A String array value that specifies the list of grantees to be granted access to the set of permissions.
  • columnNames
    Tipo: array<System. . :: . .String> [] () [] []
    A String array value that specifies the list of columns to which the set of set of permissions is granted.

Implementa

IColumnPermission. . :: . .Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [])