次の方法で共有


Grantee プロパティ

オブジェクトへのアクセスを許可または拒否されたデータベース ユーザー、ログオン、またはデータベース ロールの名前を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property Grantee As String
    Get
'使用
Dim instance As PermissionInfo
Dim value As String

value = instance.Grantee
public string Grantee { get; }
public:
property String^ Grantee {
    String^ get ();
}
member Grantee : string
function get Grantee () : String

プロパティ値

型: System. . :: . .String
権限付与対象ユーザーの名前を示す String 値です。

説明

列の権限が列挙されない場合、このプロパティは空になります。