Models a grant statement to be executed.
Name of a table or view that will be granted permissions on.
public TableName DatabaseObjectName { get; set; }Name of the object to which the permissions are granted.
public String Grantee { get; set; }Permissions that will be granted.
public Permission Permission { get; set; }In this document