Share via


ISqlPermissionStatement.IsAllPrivileges Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsAllPrivileges As Boolean
'Usage
Dim instance As ISqlPermissionStatement 
Dim value As Boolean 

value = instance.IsAllPrivileges

instance.IsAllPrivileges = value
bool IsAllPrivileges { get; set; }
property bool IsAllPrivileges {
    bool get ();
    void set (bool value);
}
function get IsAllPrivileges () : boolean 
function set IsAllPrivileges (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlPermissionStatement Interface

ISqlPermissionStatement Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace