Method | Description | |
---|---|---|
GrantRoleStatement ( string grantee, string role ) : System | ||
GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System |
Method | Description | |
---|---|---|
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( SerializationInfo info ) : void |
Method | Description | |
---|---|---|
GrantRoleStatement ( SerializationInfo info, StreamingContext context ) : System |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( SerializationInfo info ) : void | ||
info | SerializationInfo | |
return | void |
public GrantRoleStatement ( string grantee, string role ) : System | ||
grantee | string | |
role | string | |
return | System |
public GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System | ||
grantee | string | |
role | string | |
withAdmin | bool | |
return | System |