PermissionInfo.ObjectName プロパティ

権限が適用されるオブジェクトの名前を取得します。

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

構文

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

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

プロパティ値

型: System.String
オブジェクトの名前を示す String 値です。

使用例

権限の許可、取り消し、および拒否

関連項目

参照

PermissionInfo クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

権限 (データベース エンジン)

sys.syspermissions (Transact-SQL)