หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property IsDeny As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the object is a denied permission; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace