ExplicitPermissionInfo.IsDeny プロパティ
ExplicitPermissionInfo オブジェクトに対して権限が拒否されているかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public ReadOnly Property IsDeny As Boolean
Get
'使用
Dim instance As ExplicitPermissionInfo
Dim value As Boolean
value = instance.IsDeny
public bool IsDeny { get; }
public:
property bool IsDeny {
bool get ();
}
member IsDeny : bool
function get IsDeny () : boolean
プロパティ値
型: System.Boolean
オブジェクトに対して権限が拒否されている場合は true、それ以外の場合は false。