ApplicationRole.Revoke メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Revoke(ObjectPermissionSet, String)
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string granteeName);
abstract member Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string -> unit
override this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeName As String)
パラメーター
- permission
- ObjectPermissionSet
- granteeName
- String
実装
適用対象
Revoke(ObjectPermissionSet, String[])
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string[] granteeNames);
abstract member Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string[] -> unit
override this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string[] -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeNames As String())
パラメーター
- permission
- ObjectPermissionSet
- granteeNames
- String[]
実装
適用対象
Revoke(ObjectPermissionSet, String, Boolean, Boolean)
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string granteeName, bool revokeGrant, bool cascade);
member this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string * bool * bool -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeName As String, revokeGrant As Boolean, cascade As Boolean)
パラメーター
- permission
- ObjectPermissionSet
- granteeName
- String
- revokeGrant
- Boolean
- cascade
- Boolean
適用対象
Revoke(ObjectPermissionSet, String[], Boolean, Boolean)
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string[] granteeNames, bool revokeGrant, bool cascade);
abstract member Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string[] * bool * bool -> unit
override this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string[] * bool * bool -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeNames As String(), revokeGrant As Boolean, cascade As Boolean)
パラメーター
- permission
- ObjectPermissionSet
- granteeNames
- String[]
- revokeGrant
- Boolean
- cascade
- Boolean
実装
適用対象
Revoke(ObjectPermissionSet, String, Boolean, Boolean, String)
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string granteeName, bool revokeGrant, bool cascade, string asRole);
abstract member Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string * bool * bool * string -> unit
override this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string * bool * bool * string -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeName As String, revokeGrant As Boolean, cascade As Boolean, asRole As String)
パラメーター
- permission
- ObjectPermissionSet
- granteeName
- String
- revokeGrant
- Boolean
- cascade
- Boolean
- asRole
- String
実装
適用対象
Revoke(ObjectPermissionSet, String[], Boolean, Boolean, String)
public void Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet permission, string[] granteeNames, bool revokeGrant, bool cascade, string asRole);
member this.Revoke : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet * string[] * bool * bool * string -> unit
Public Sub Revoke (permission As ObjectPermissionSet, granteeNames As String(), revokeGrant As Boolean, cascade As Boolean, asRole As String)
パラメーター
- permission
- ObjectPermissionSet
- granteeNames
- String[]
- revokeGrant
- Boolean
- cascade
- Boolean
- asRole
- String