메소드 | 설명 | |
---|---|---|
GrantRoleStatement ( string grantee, string role ) : System | ||
GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System |
메소드 | 설명 | |
---|---|---|
ConfigureSecurity ( ExecutionContext context ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( SerializationInfo info ) : void |
메소드 | 설명 | |
---|---|---|
GrantRoleStatement ( SerializationInfo info, StreamingContext context ) : System |
protected ConfigureSecurity ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
리턴 | void |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
리턴 | void |
protected GetData ( SerializationInfo info ) : void | ||
info | SerializationInfo | |
리턴 | void |
public GrantRoleStatement ( string grantee, string role ) : System | ||
grantee | string | |
role | string | |
리턴 | System |
public GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System | ||
grantee | string | |
role | string | |
withAdmin | bool | |
리턴 | System |